diff --git a/style.css b/style.css index c92652c..e4a16be 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap'); :root { - --color-bg: #1E1E2E; + --color-bg: #24273a; --color-fg: #D9E0EE; --color-link: #8F9191; --color-link-visited: #F5C2E7;