diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index 5b3f896d58..f7e9555656 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -1870,6 +1870,9 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before { background: rgb(var(--bd-blue)); } +.bd-modal-wrapper .footer button { + background: rgb(var(--bd-blue)); +} .bd-modal-wrapper .footer button:hover { background: var(--vaccentcolor-hover); } @@ -1877,6 +1880,9 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before { background: var(--vaccentcolor-active); } +.bd-pfbtn { + background: rgb(var(--bd-blue)); +} .bd-pfbtn:hover { background: var(--vaccentcolor-hover); } @@ -1884,6 +1890,9 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before { background: var(--vaccentcolor-active); } +.bd-button { + background: rgb(var(--bd-blue)); +} .bd-button:hover { background: var(--vaccentcolor-hover); } @@ -1891,6 +1900,13 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before { background: var(--vaccentcolor-active); } +.bd-addon-list .bd-footer a { + color: rgb(var(--bd-blue)); +} + +.bd-addon-list .bd-card-footer button { + background: rgb(var(--bd-blue)); +} .bd-addon-list .bd-card-footer button:hover { background: var(--vaccentcolor-hover); }