another color fix

This commit is contained in:
Tommi 2022-09-28 14:26:04 +02:00
parent f523d274c2
commit 3b88497332
1 changed files with 2 additions and 2 deletions

View File

@ -893,9 +893,9 @@ button,
}
.blue {
background: var(--light-blue);
background: var(--blue) !important;
color: var(--white-ish) !important;
border-color: var(--light-blue) !important;
border-color: var(--blue) !important;
a {
color: var(--red);
}