about summary refs log tree commit diff stats
path: root/src/pages/stylesheets/styles.css
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-10 14:59:01 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-10 14:59:01 +0300
commit77e63148c354939f8f446e858d905b5f50cbf5a6 (patch)
tree6db539770341ff64896d85c72c95170c04658358 /src/pages/stylesheets/styles.css
parentRemoved asking the user to make LibRedirect as the default search engine #101 (diff)
downloadlibredirect-77e63148c354939f8f446e858d905b5f50cbf5a6.zip
Refined some things. Added an info for the Default Search Engine #101
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r--src/pages/stylesheets/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 65c6def3..37cff60a 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -93,6 +93,10 @@ section.links div {
   margin: 20px 0;
 }
 
+a {
+  color: var(--active);
+}
+
 section.links a {
   display: flex;
   align-items: center;