Skip to content

Commit

Permalink
Tweaks to dark theme hover colors (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Dec 16, 2019
1 parent ad000b0 commit 746a817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/style_dark_mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ body {
}

.tab-header button:hover {
background-color: #ddd;
background-color: #494949;
}

.tab-header button.active {
Expand Down Expand Up @@ -145,7 +145,7 @@ div.left {
}

.list-item:hover {
background: #363636;
background: #494949;
}

.link-thumb {
Expand Down

0 comments on commit 746a817

Please sign in to comment.