Fix Macaron theme
This commit is contained in:
parent
a120693950
commit
51c9f8b7a4
|
@ -542,10 +542,19 @@ body.admin {
|
|||
.boost-modal,
|
||||
.confirmation-modal,
|
||||
.mute-modal,
|
||||
.block-modal,
|
||||
.report-modal,
|
||||
.report-dialog-modal,
|
||||
.embed-modal,
|
||||
.error-modal,
|
||||
.onboarding-modal {
|
||||
.onboarding-modal,
|
||||
.compare-history-modal,
|
||||
.report-modal__comment .setting-text__wrapper,
|
||||
.report-modal__comment .setting-text,
|
||||
.announcements,
|
||||
.picture-in-picture__header,
|
||||
.picture-in-picture__footer,
|
||||
.reactions-bar__item {
|
||||
background: $ui-base-color;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,15 @@ $ui-primary-color: #9bcbed;
|
|||
$ui-secondary-color: $classic-base-color !default;
|
||||
$ui-highlight-color: $blueberry;
|
||||
|
||||
$ui-button-background-color: $blueberry !default;
|
||||
|
||||
$ui-button-secondary-color: $classic-base-color !default;
|
||||
$ui-button-secondary-border-color: $classic-base-color !default;
|
||||
$ui-button-secondary-focus-color: $white !default;
|
||||
|
||||
$ui-button-tertiary-color: $pink !default;
|
||||
$ui-button-tertiary-border-color: $pink !default;
|
||||
|
||||
$primary-text-color: $black !default;
|
||||
$darker-text-color: $classic-base-color !default;
|
||||
$dark-text-color: #444b5d;
|
||||
|
|
Loading…
Reference in New Issue