From 20a4282690a5c64ba0d0d8ef69b85541aeedd67b Mon Sep 17 00:00:00 2001 From: Lilian Date: Thu, 6 Feb 2025 22:38:41 +0100 Subject: [PATCH] [frontend/css] Default theme changes --- Iceshrimp.Frontend/wwwroot/css/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Iceshrimp.Frontend/wwwroot/css/app.css b/Iceshrimp.Frontend/wwwroot/css/app.css index cf1bd925..c5e87de6 100644 --- a/Iceshrimp.Frontend/wwwroot/css/app.css +++ b/Iceshrimp.Frontend/wwwroot/css/app.css @@ -13,10 +13,10 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - --background-color: #353044; - --foreground-color: #3b364c; - --highlight-color: #524b6a; - --hover-color: #5e5679; + --background-color: #0b0a0f; + --foreground-color: #17151e; + --highlight-color: #2e2b4c; + --hover-color: #3d3a66; --accent-color: linear-gradient(to right, #9A92FF, #8372F5); --notice-color: #92c1ff; --font-color: #e7edff;