Skip to content

Commit

Permalink
dark-mode: Change popover arrows to all be dark.
Browse files Browse the repository at this point in the history
This changes the position-based arrows on popovers to all be dark
rather than light grey.
  • Loading branch information
Brock Whittaker authored and timabbott committed Nov 30, 2017
1 parent ad9c71b commit 76f6051
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions static/styles/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,18 @@ body.dark-mode .popover.bottom .arrow {
border-bottom-color: hsl(235, 18%, 7%);
}

body.dark-mode .popover.right .arrow {
border-right-color: hsl(235, 18%, 7%);
}

body.dark-mode .popover.left .arrow {
border-left-color: hsl(235, 18%, 7%);
}

body.dark-mode .popover.top .arrow {
border-top-color: hsl(235, 18%, 7%);
}

body.dark-mode li.active-filter,
body.dark-mode li.active-sub-filter {
background-color: hsla(199, 33%, 46%, 0.2);
Expand Down

0 comments on commit 76f6051

Please sign in to comment.