client/css: fix dark mode pagination header bg
This commit is contained in:
parent
545b5828b5
commit
3833af6b4e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue