diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-21 18:02:57 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-21 18:02:57 +0300 |
commit | acb72ef1c8bfe6788dde7ee06ea3b85e7d670ba5 (patch) | |
tree | 0a1287f9027cfd7c7b25cd7c5c0097fb12142c46 /src/pages/stylesheets | |
parent | Fixed buttons in the general tab (diff) | |
download | libredirect-acb72ef1c8bfe6788dde7ee06ea3b85e7d670ba5.zip |
Fixing things and refining design
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 4421aa83..f4027c28 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -211,7 +211,7 @@ div.option-block h4 { div.option-block h1 { margin: 0; font-size: 28px; - color: var(--active); + color: var(--text); } div.option-block div { |