updated css
authorMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 20:29:48 +0000 (21:29 +0100)
committerMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 20:29:48 +0000 (21:29 +0100)
style.css

index 2628b10..e40dde1 100644 (file)
--- 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;
 }