aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-28 21:52:32 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-28 21:52:32 +0200
commitcf153543e52ac0134ffbe956829a25e12959c2a4 (patch)
treecf38026a1afe6e5666daf9e7ba35e8fde47fa573
parentc78cbe772723e8b639453a08fd1583a793e309c9 (diff)
downloadjellything-cf153543e52ac0134ffbe956829a25e12959c2a4.tar
jellything-cf153543e52ac0134ffbe956829a25e12959c2a4.tar.bz2
jellything-cf153543e52ac0134ffbe956829a25e12959c2a4.tar.zst
typo
-rw-r--r--web/style/themes.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index 460da9d..b95332e 100644
--- a/web/style/themes.css
+++ b/web/style/themes.css
@@ -4,7 +4,7 @@ body {
--accent-dark: rgb(199, 90, 0);
--c-error: rgb(255, 117, 117);
--c-warn: rgb(252, 255, 78);
- --c-sucess: rgb(117, 255, 117);
+ --c-success: rgb(117, 255, 117);
}
body.theme-Dark {
--c-nav: #1c1c1c9a;