From 2156b72fae51335e98057c76c72188c093da5cac Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 22 Mar 2019 17:10:47 +0100 Subject: Change href-color to a brighter blue (#463) * Change href color to #0c76ff #339 * Adjust href-color in settings --- css/content.css | 2 +- css/settings.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'css') 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; } -- cgit v1.2.3