summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-03-22 17:10:47 +0100
committerGitHub <noreply@github.com>2019-03-22 17:10:47 +0100
commit2156b72fae51335e98057c76c72188c093da5cac (patch)
treeb6eedd9fe7a2c399feb3c078dfa8a105b4406a2f /css
parente7bed129e837d43a0817266b1030edfb4f3ceb37 (diff)
Change href-color to a brighter blue (#463)
* Change href color to #0c76ff #339 * Adjust href-color in settings
Diffstat (limited to 'css')
-rw-r--r--css/content.css2
-rw-r--r--css/settings.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/content.css b/css/content.css
index 862b8ddaa..b90653e49 100644
--- a/css/content.css
+++ b/css/content.css
@@ -638,7 +638,7 @@
}
#app-content .body a {
- color: #0000ff;
+ color: #0c76ff;
text-decoration: underline;
}
diff --git a/css/settings.css b/css/settings.css
index 4c5abba0c..f88c3bc41 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -22,7 +22,7 @@
}
#app-settings-content a {
- color: #0000FF;
+ color: #0c76ff;
text-decoration: underline;
}