diff options
-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; |