diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-28 21:52:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-28 21:52:32 +0200 |
commit | cf153543e52ac0134ffbe956829a25e12959c2a4 (patch) | |
tree | cf38026a1afe6e5666daf9e7ba35e8fde47fa573 /web | |
parent | c78cbe772723e8b639453a08fd1583a793e309c9 (diff) | |
download | jellything-cf153543e52ac0134ffbe956829a25e12959c2a4.tar jellything-cf153543e52ac0134ffbe956829a25e12959c2a4.tar.bz2 jellything-cf153543e52ac0134ffbe956829a25e12959c2a4.tar.zst |
typo
Diffstat (limited to 'web')
-rw-r--r-- | web/style/themes.css | 2 |
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; |