From 151e9e682b3e51afdc46751dd929db240700ee91 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 6 Jul 2022 11:59:04 -0500 Subject: [PATCH] Correctly invert icons in page scan links in dark mode --- www/css/dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/dark.css b/www/css/dark.css index e515df6b..84df020c 100644 --- a/www/css/dark.css +++ b/www/css/dark.css @@ -24,6 +24,7 @@ body > header > a:focus{ } article.ebook section#read-online a::before, +article.ebook section#sources ul li a[class]::before, article.ebook section#download ul li a[class]::before, article.ebook section#details ul li a[class]::before, footer p:last-child a::before,