Skip to content

Commit 06d7e12

Browse files
committed
style: add header author and title style
1 parent 332d43e commit 06d7e12

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@ pre {
1212
pre code {
1313
white-space: inherit;
1414
}
15+
.book .book-header h1 {
16+
opacity: 1;
17+
text-align: left;
18+
}
19+
20+
#header .title {
21+
margin-bottom: 0em;
22+
}
23+
#header h4.author {
24+
margin: 0;
25+
color: #666;
26+
}
27+
#header h4.author em {
28+
font-style: normal;
29+
}

0 commit comments

Comments
 (0)