diff --git a/_sass/_dark.scss b/_sass/_dark.scss index f639986..b6c3e8d 100644 --- a/_sass/_dark.scss +++ b/_sass/_dark.scss @@ -20,6 +20,7 @@ --light-teal: #6DD4F1; --mid-teal: #02CAF2; --dark-teal: #01586A; + --void-teal: #00191E; --pink: #F048B5; --light-grey: #9A9A9A; --mid-grey: #292929; diff --git a/_sass/base.scss b/_sass/base.scss index aae488f..5c5847d 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -323,14 +323,10 @@ a:hover { } .powered-by .card { - min-height: 265px; + border: 1px solid var(--light-teal); + min-height: 310px; padding: 35px; - transition: transform 0.3s ease, background-color 0.3s ease; -} - -.powered-by .card:hover { - background: #1e1e1e; - transform: scale(1.02); + background: var(--void-teal); } .video-background-container {