about summary refs log tree commit diff stats
path: root/pages
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-06-08 11:50:12 +1000
committerSimonBrazell <simon@brazell.com.au>2020-06-08 11:50:12 +1000
commit0892d0c30ac973b2f01eb678af88f4dd0fc8531b (patch)
tree065a12c57c0aedc09636fef49e4f9801ae1fb776 /pages
parentCloses #38, fixes #61, closes #64 (diff)
downloadlibredirect-0892d0c30ac973b2f01eb678af88f4dd0fc8531b.zip
Closes #64, closes #38 - Fix whitelist & Twitter `/home` exception
Diffstat (limited to 'pages')
-rw-r--r--pages/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/styles.css b/pages/styles.css
index c00add43..d9a7e5df 100644
--- a/pages/styles.css
+++ b/pages/styles.css
@@ -316,7 +316,7 @@ li {
 
 @media (prefers-color-scheme: light) {
 
-  body.popup, header, h1, input, select, div.tabcontent, button.tablinks.active {
+  body.popup, header, h1, input, select, div.tabcontent, button.tablinks.active, ul {
     background-color: var(--lighter);
     color: var(--text-secondary);
   }