]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Tweak bootstrap colors for accessibility 4577/head
authormoisseev <moiseev@mezonplus.ru>
Wed, 16 Aug 2023 13:12:55 +0000 (16:12 +0300)
committermoisseev <moiseev@mezonplus.ru>
Wed, 16 Aug 2023 13:12:55 +0000 (16:12 +0300)
Resolves: #4566

interface/css/rspamd.css

index 577fe4a6a261113d736be2a4a0b79db4916a6e31..47062f60d5dabc745e6509545166470e86e24534 100644 (file)
@@ -25,10 +25,15 @@ THE SOFTWARE.
 
 /* stylelint-disable selector-id-pattern */
 
-/* bootstrap 4 overrides */
 :root {
     font-size: 14px;
+
+    /* Tweak bootstrap 5 colors for better accessibility */
+    --bs-danger-rgb: 221, 0, 0;
+    --bs-success-rgb: 40, 139, 69;
 }
+
+/* bootstrap 4 overrides */
 body {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }