diff --git a/src/bundle/Resources/public/scss/_alloyeditor-buttons.scss b/src/bundle/Resources/public/scss/_alloyeditor-buttons.scss index 68dc767dab..f88b83e91c 100644 --- a/src/bundle/Resources/public/scss/_alloyeditor-buttons.scss +++ b/src/bundle/Resources/public/scss/_alloyeditor-buttons.scss @@ -35,11 +35,11 @@ &.ez-btn-ae--remove-link { margin-right: 1rem; - background-color: $ez-ground-base-dark; + background-color: $ez-color-base-light; } &.ez-btn-ae--udw { - background-color: $ez-ground-base-dark; + background-color: $ez-color-base-light; } } diff --git a/src/bundle/Resources/public/scss/_alloyeditor-link-edit.scss b/src/bundle/Resources/public/scss/_alloyeditor-link-edit.scss index 9ccf018465..5a75022ada 100644 --- a/src/bundle/Resources/public/scss/_alloyeditor-link-edit.scss +++ b/src/bundle/Resources/public/scss/_alloyeditor-link-edit.scss @@ -47,15 +47,15 @@ margin-bottom: 0; span { - background-color: $ez-color-base-medium; + background-color: $ez-color-base-dark; height: 2.25rem; padding: .7rem .5rem; display: block; - color: $ez-color-base-dark; + color: $ez-black; } input:checked + span { - background-color: $ez-ground-base-dark; + background-color: $ez-color-base-light; color: $ez-white; }