diff --git a/webpack/scss/pop-up.scss b/webpack/scss/pop-up.scss index 47c963e..8ae6691 100644 --- a/webpack/scss/pop-up.scss +++ b/webpack/scss/pop-up.scss @@ -19,9 +19,7 @@ border-radius: 5px; background: $bg-color; - color: $secondary-color; - - box-shadow: -10px 10px 0 rgba(26, 33, 40, .8); + color: $primary-color; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); @@ -56,9 +54,8 @@ padding: 1em; - b, strong{ - color: $primary-color; - } + b, strong{ color: darken($primary-color, 10%); } + } & > .footer{