From: MatthewOwens Date: Sun, 19 Jul 2020 20:29:48 +0000 (+0100) Subject: updated css X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=bb7075e62ea223b1fc850649a51bfd6060a3b7d5;p=website.git updated css --- diff --git a/style.css b/style.css index 2628b10..e40dde1 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,12 @@ body { + font-family:Monaco,Lucidia Console,Liberation Mono, DejaVu Sans Mono, serif; + font-size:100%; background-color: #1c1c1c; color: #aaaaaa; + overflow-y:scroll; +} + +a { + color:#b35050; + text-decoration:none; }