another color fix
This commit is contained in:
parent
f523d274c2
commit
3b88497332
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue