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

Commit 8370d2e

Browse files
committed
update theme
1 parent 1f99c16 commit 8370d2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/css/theme/style.dropdown.dark.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313

1414
.dropdown ul.expand-dropdown li a {
15-
background-color: rgba(72, 72, 72, 1);
16-
color: white;
15+
background-color: rgb(29, 34, 44);
16+
color: #9197a1;
1717
}
1818

1919
.dropdown ul.expand-dropdown li a:hover {
20-
background-color: rgba(54, 54, 54, 1);
21-
color: inherit;
20+
background-color: rgb(39, 48, 63);
21+
color: #10a2f1;
2222
}

src/css/theme/style.dropdown.light.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
.dropdown ul.expand-dropdown li a:hover {
2020
background-color: rgb(248, 248, 248);
21-
color: inherit;
21+
color: #10a2f1;
2222
}

0 commit comments

Comments
 (0)