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

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Apr 11, 2018
1 parent 1f99c16 commit 8370d2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/css/theme/style.dropdown.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}

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

.dropdown ul.expand-dropdown li a:hover {
background-color: rgba(54, 54, 54, 1);
color: inherit;
background-color: rgb(39, 48, 63);
color: #10a2f1;
}
2 changes: 1 addition & 1 deletion src/css/theme/style.dropdown.light.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

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

0 comments on commit 8370d2e

Please sign in to comment.