diff --git a/index.html b/index.html index cd81ce1..91978d8 100644 --- a/index.html +++ b/index.html @@ -53,10 +53,14 @@ font-display: swap; } + :root { + --bg-color: rgb(17 24 39); + } + html { font-family: "Mona Sans" !important; /* bg-gray-900 */ - background-color: rgb(17 24 39); + background-color: var(--bg-color); color: #fff; } diff --git a/src/App.svelte b/src/App.svelte index 8cfc7e0..b2fa8bb 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -128,7 +128,7 @@