From: Ben Harris Date: Sat, 2 Feb 2019 19:20:11 +0000 (+0000) Subject: Adjust Web page colours to better match my actual monitor. X-Git-Tag: bedstead-002.001~41 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=013f0fab52870e616cf0271051c812be0194f63d;p=bedstead.git Adjust Web page colours to better match my actual monitor. --- diff --git a/bedstead.css b/bedstead.css index 25838f5..aa856b7 100644 --- a/bedstead.css +++ b/bedstead.css @@ -40,13 +40,13 @@ img { /* Colours that make Bedstead look better (imitating my green monitor) */ body { - background-color: #222; - color: #8f8; + background-color: #031109; + color: #33ff88; } :link { - color: #cfc; + color: #22aa5b; } :visited { - color: #bfb; + color: #38bf66; }