Skip to content

Commit 4231209

Browse files
committed
Tweak docs sidebar styling
1 parent d88cb91 commit 4231209

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/style.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--sidebar-width: 16rem;
2+
--sidebar-width: 15rem;
33
}
44

55
body {
@@ -17,23 +17,25 @@ body {
1717
margin: 0;
1818
background: #292929;
1919
width: var(--sidebar-width);
20+
font-size: 11pt;
21+
line-height: 1.6;
2022
}
2123

2224
#header h1 {
2325
font-family: "Bebas Neue", sans-serif;
2426
color: white;
25-
font-size: 56px;
27+
font-size: 48px;
2628
background-image: url(../logo.svg);
27-
background-size: 40px;
29+
background-size: 34px;
2830
background-repeat: no-repeat;
29-
background-position: 0 19px;
31+
background-position: 0 18px;
3032
margin: 0 0 -0.8rem 1rem;
3133
}
3234

3335
#header h1 a {
3436
color: white;
3537
text-decoration: none;
36-
padding-left: 48px;
38+
padding-left: 44px;
3739
}
3840

3941
#header .details, #toctitle {
@@ -55,7 +57,7 @@ body {
5557
}
5658

5759
#header ul a, .concise-index ul a {
58-
color: #ddd;
60+
color: #e6e6e6;
5961
text-decoration: none;
6062
}
6163

0 commit comments

Comments
 (0)