From 01366e7bb81a49f64feaeef694b4ae06dcd80790 Mon Sep 17 00:00:00 2001 From: Tuure Date: Thu, 25 Jul 2024 18:10:52 +0300 Subject: [PATCH] feat(#89): update dark theme colors --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 415d34ee..1b05c4d1 100644 --- a/static/style.css +++ b/static/style.css @@ -2,8 +2,8 @@ --color-alert-note: #a5d5fe; --color-alert-tip: #b4fa72; --color-alert-important: #ff8ffd; - --color-alert-warning: #fefdc2; - --color-alert-caution: #ff8272; + --color-alert-warning: #ffaf00; + --color-alert-caution: #ff5f5f; } html {