Skip to content

Commit 2070b25

Browse files
authored
Merge pull request #3554 from k0ala/doc-readability
Improve doc readability
2 parents 0dc0f4c + 23fea12 commit 2070b25

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)