From da1b05c9a1000901cbd0ee58482683294a67e357 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Wed, 25 Jan 2023 15:50:50 +0100 Subject: [PATCH] bg tokyo night style --- assets/launcher.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/launcher.css b/assets/launcher.css index 81eefbb..1051e8b 100644 --- a/assets/launcher.css +++ b/assets/launcher.css @@ -2,6 +2,7 @@ :root { --main-accent: 335deg; + --main-bg: 230deg; } * { @@ -9,7 +10,7 @@ } body { - background-color: #24283B; + background-color: hsl(var(--main-bg), 24%, 19%); } .sections {