From bb7075e62ea223b1fc850649a51bfd6060a3b7d5 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Sun, 19 Jul 2020 21:29:48 +0100 Subject: [PATCH] updated css --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; } -- 2.20.1