client/css: fix dark mode pagination header bg

This commit is contained in:
Ben Klein 2021-04-09 22:40:22 +00:00
parent 545b5828b5
commit 3833af6b4e

View file

@ -22,7 +22,7 @@
z-index: 1
span
position: relative
background: white
background: $window-color
padding: 0 1em
z-index: 2
@ -31,3 +31,5 @@
.page-header
&:before
background: $top-navigation-color-darktheme
span
background: $window-color-darktheme