diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-05 14:08:10 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-05 14:08:10 +0300 |
commit | cd9a3b195c0e7db0496175ab2d50992a27c3fbf7 (patch) | |
tree | bd29597c074fa4dbb8e490a664a7d5179f3c8e4f /src/pages/stylesheets | |
parent | Fixed issue #25 (diff) | |
download | libredirect-cd9a3b195c0e7db0496175ab2d50992a27c3fbf7.zip |
Fixed icon theme #25
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 1f39d109..7cf0fe1e 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -304,7 +304,7 @@ body.light-theme textarea:focus { outline: none; } -body.light-theme a{ +body.light-theme a { color: black; } @@ -448,6 +448,10 @@ button.default { cursor: pointer; } +button.default svg { + color: var(--text); +} + @media (prefers-color-scheme: light) { body { --text: #000; |