From bb8ea164a610d97592d80e3cfee879974e5d06b6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 26 Dec 2021 16:09:37 +0000 Subject: new style --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 3eeced17..3823c459 100644 --- a/style.css +++ b/style.css @@ -4,8 +4,8 @@ body { padding-right: 10px; max-width: 900px; font-family: "courier new"; - background-color: #ffffff; - color: #000000; + background-color: #37585E; + color: #bbbfbf; } h1,h2,h3 { @@ -13,17 +13,17 @@ h1,h2,h3 { } a { - color: #174f14; + color: cyan; text-decoration: none; } a:hover { - color: #c0f; - text-decoration: none; + color: #55bc90; + text-decoration: underline; } li { - color: #174f14; + color: cyan; } img { -- cgit v1.2.3