From c826b277ee91d8c8932820edac93ed4b877b3b77 Mon Sep 17 00:00:00 2001 From: fram3d Date: Thu, 5 Jan 2023 07:13:33 +0100 Subject: [PATCH] fix fonts in main.css --- static/main.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index adf628e..5a640da 100644 --- a/static/main.css +++ b/static/main.css @@ -1,5 +1,6 @@ body { background-color: rgb(0, 0, 0); + font: 3vw "Monospace", sans-serif; } .container { @@ -21,12 +22,14 @@ body { } main { - color: #24ea26; } +main h2 { + font-size: 5vw; +} + #about { - font-size: 2rem; margin-bottom: 2rem; } @@ -35,18 +38,21 @@ a { color: #24ea26; } + a:visited { text-decoration: none; } + a:active { text-decoration: none; } + a:hover { text-decoration: none; } main ul li { - font-size: 2rem; + font-size: 3vw; } main ul li:hover {