diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-06-08 11:50:12 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-06-08 11:50:12 +1000 |
commit | 0892d0c30ac973b2f01eb678af88f4dd0fc8531b (patch) | |
tree | 065a12c57c0aedc09636fef49e4f9801ae1fb776 /pages | |
parent | Closes #38, fixes #61, closes #64 (diff) | |
download | libredirect-0892d0c30ac973b2f01eb678af88f4dd0fc8531b.zip |
Closes #64, closes #38 - Fix whitelist & Twitter `/home` exception
Diffstat (limited to 'pages')
-rw-r--r-- | pages/styles.css | 2 |
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); } |