From 1d9c28dabe647805a0bfaa6f06c55ca1c93ba9bc Mon Sep 17 00:00:00 2001 From: Siklos Date: Mon, 14 Aug 2023 23:57:42 +0200 Subject: [PATCH] Set cappuccin macchiato bg --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;