Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 4da0a63

Browse files
committed
Update
1 parent f898b99 commit 4da0a63

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/css/style.dropdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
.dropdown.light ul.expand-dropdown li a {
67-
background-color: rgb(255, 255, 255);
67+
background-color: rgb(242, 242, 242);
6868
color: #808080;
6969
}
7070

src/css/style.dropdown.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<link rel="stylesheet" href="css/theme/style.dropdown.dark.css">
2020
<style>
2121
body {
22-
background-color: #f2f2f2;
23-
font-family: 'Open Sans', sans-serif;
22+
font-family: 'Open Sans', sans-serif;
2423
}
2524
</style>
2625
</head>

0 commit comments

Comments
 (0)