From a45ff9f8113e3da29e41ba9fcf620d8ee47196cb Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 9 Feb 2025 15:26:33 +0100 Subject: index redesign owo --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index a666454..2898ed4 100644 --- a/style.css +++ b/style.css @@ -26,7 +26,8 @@ body { background-color: #282C34; color: #abb2bf; - font-family: monospace; + font-family: ui-sans-serif; + font-weight: 500; max-width: 1000px; margin-left: auto; @@ -55,7 +56,7 @@ body { } .navlink { - font-size: 20px; + } .content { -- cgit v1.2.3