Skip to content

Commit 23fea12

Browse files
committed
Improve doc readability: increase sidebar font size, and make toolbar darker
1 parent 7fa8a93 commit 23fea12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc-tool/resources/css/sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ div#content-wrapper div.index-wrapper {
88
overflow-y: auto;
99
overflow-x: hidden;
1010
font-family: "Titillium Web", sans-serif;
11-
font-weight: 200;
11+
font-weight: 300;
1212
padding-left: 14px;
1313
padding-bottom: 75px;
1414
}

doc-tool/resources/css/toolbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
div#toolbar {
44
height: 75px;
55
width: 100%;
6-
background-color: #4c5264;
6+
background-color: #414551;
77
position: fixed;
88
top: 0; left: 0;
99
z-index: 2;

0 commit comments

Comments
 (0)