From 943ff969f3dad5f5d9af13c48ad937fc3a17b9e1 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 23 Oct 2024 20:42:47 +0300 Subject: [PATCH] update style --- src/styles/global.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 6626d9e..59d0e3d 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,6 +1,9 @@ html { - background-color: #f1f5f9; - font-family: sans-serif; + background-color: rgb(20, 25, 40); + /* nerd font */ + font-family: 'nerd-font'; + color: white; + font-size: 16px; } body { @@ -18,4 +21,14 @@ body { h1 { margin: 1rem 0; font-size: 2.5rem; + /* slighly purple but mostly white title */ + color: rgb(200, 200, 255); +} + +a { + color: rgb(0, 255, 255); +} + +a:hover { + color: rgb(0, 200, 200); } \ No newline at end of file