diff --git a/assets/stylesheets/common/wizard-admin.scss b/assets/stylesheets/common/wizard-admin.scss index e4273832..b0367ef7 100644 --- a/assets/stylesheets/common/wizard-admin.scss +++ b/assets/stylesheets/common/wizard-admin.scss @@ -709,17 +709,19 @@ } .btn-pavilion-pro { - background: #3C1c8c; + background: #3c1c8c; color: white; .d-icon { color: white; } - &:hover, &:focus { + &:hover, + &:focus { background: #2d1569 !important; color: rgba(white, 0.8); - &[href], svg.d-icon { + &[href], + svg.d-icon { color: rgba(white, 0.85) !important; } } @@ -727,4 +729,4 @@ &[href] { color: white; } -} \ No newline at end of file +}