Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2024-02-28 17:22:14 +01:00
parent 7b00d88b22
commit bac23a388d
1 changed files with 6 additions and 3 deletions

View File

@ -2331,15 +2331,18 @@ a.metadataDownload__6b32d {
}
.bd-button,
.bd-addon-modal-footer .bd-button {
.bd-addon-modal-footer .bd-button,
.bd-button-filled.bd-button-color-brand {
background: var(--bd-blue);
}
.bd-button:hover,
.bd-addon-modal-footer .bd-button:hover {
.bd-addon-modal-footer .bd-button:hover,
.bd-button-filled.bd-button-color-brand:hover {
background: var(--accentcolor-hover);
}
.bd-button:active,
.bd-addon-modal-footer .bd-button:active {
.bd-addon-modal-footer .bd-button:active,
.bd-button-filled.bd-button-color-brand:active {
background: var(--accentcolor-active);
}
.bd-button-blank {