From 44e7595c66d6ddcba4752dde98e001c5c43c1486 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 9 Feb 2025 03:21:42 +0100 Subject: dramatic onedark monospace style --- style.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 1b8d688..a666454 100644 --- a/style.css +++ b/style.css @@ -8,10 +8,25 @@ src: url('/fonts/FSEX300.ttf'); } +@font-face { + font-family: 'monospace'; + font-weight: 500; + src: url('/fonts/LiberationMono-Regular.ttf'); +} + +a:link { + color: #61AFEF; +} + +a:visited { + color: #C678DD; +} + body { - background-image: url("tile1.jpg"); - background-repeat: repeat; - font-family: terminus; + background-color: #282C34; + color: #abb2bf; + + font-family: monospace; max-width: 1000px; margin-left: auto; -- cgit v1.2.3