From 013f0fab52870e616cf0271051c812be0194f63d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 2 Feb 2019 19:20:11 +0000 Subject: [PATCH] Adjust Web page colours to better match my actual monitor. --- bedstead.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.30.2