From 6e64144db0938bb0a64fc76f99eb8a9540654a8f Mon Sep 17 00:00:00 2001 From: teddit Date: Sun, 10 Jan 2021 14:36:48 +0100 Subject: [PATCH] make link colors more consistent, fix #101 --- static/css/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 7dce1ee..2d6038c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -3,6 +3,7 @@ --lightgray: #f5f5f5; --whitebg: #ffffff; --linkcolor: #000bac; + --lightlinkcolor: #32399f; --graytext: #6f6f6f; } * { @@ -382,7 +383,7 @@ footer a { #links .link .entry .title a h2 { display: initial; font-size: 16px; - color: #0000ff; + color: var(--linkcolor); font-size: medium; font-weight: normal; } @@ -397,7 +398,7 @@ footer a { margin-top: 2px; } #links .link .entry .meta a { - color: #737373; + color: var(--lightlinkcolor); padding-left: 3px; padding-right: 3px; } @@ -1094,7 +1095,7 @@ a.sub-to-subreddit.gray { color:#4f4f4f; } .md a { - color:#0079d3; + color: var(--linkcolor); text-decoration:none; } .md a del {