aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
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);