Skip to content

Commit

Permalink
[WebUI] Tweak bootstrap colors for accessibility
Browse files Browse the repository at this point in the history
Resolves: #4566
  • Loading branch information
moisseev committed Aug 16, 2023
1 parent 1f9ec9e commit d692e8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion interface/css/rspamd.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d692e8b

Please sign in to comment.