Browse Source

[WebUI] Tweak bootstrap colors for accessibility

Resolves: #4566
tags/3.7.1
moisseev 9 months ago
parent
commit
d692e8b2c0
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      interface/css/rspamd.css

+ 6
- 1
interface/css/rspamd.css View 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;
}

Loading…
Cancel
Save