aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-01-31 22:47:59 +0300
committerManeraKai <manerakai@protonmail.com>2022-01-31 22:47:59 +0300
commitc9728f754ec2b0b6837d962e43843f7b87cafa8c (patch)
tree3060de355ddc1bfa8a675bc7fb0a3f30d52faebb /src/pages/stylesheets
parentRefining code. Adding frontend option to search (diff)
downloadlibredirect-c9728f754ec2b0b6837d962e43843f7b87cafa8c.zip
Fixed theme issue
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 5ee137c5..0468935d 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -350,6 +350,9 @@ body.light-theme textarea:focus {
outline: none;
}
+body.light-theme a{
+ color: black;
+}
section {
background-color: var(--bg-main);