diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-01-31 22:47:59 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-01-31 22:47:59 +0300 |
commit | c9728f754ec2b0b6837d962e43843f7b87cafa8c (patch) | |
tree | 3060de355ddc1bfa8a675bc7fb0a3f30d52faebb /src/pages/stylesheets/styles.css | |
parent | Refining code. Adding frontend option to search (diff) | |
download | libredirect-c9728f754ec2b0b6837d962e43843f7b87cafa8c.zip |
Fixed theme issue
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 3 |
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); |