aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-05 14:08:10 +0300
committerManeraKai <manerakai@protonmail.com>2022-02-05 14:08:10 +0300
commitcd9a3b195c0e7db0496175ab2d50992a27c3fbf7 (patch)
treebd29597c074fa4dbb8e490a664a7d5179f3c8e4f /src/pages/stylesheets
parentFixed issue #25 (diff)
downloadlibredirect-cd9a3b195c0e7db0496175ab2d50992a27c3fbf7.zip
Fixed icon theme #25
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css6
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;