From 3833af6b4e262d3dad57b2184255f94904476419 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Fri, 9 Apr 2021 22:40:22 +0000 Subject: [PATCH] client/css: fix dark mode pagination header bg --- client/css/pager.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/css/pager.styl b/client/css/pager.styl index 547b7192..66206a9a 100644 --- a/client/css/pager.styl +++ b/client/css/pager.styl @@ -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