From c8ec04ea21e9612c08746c5ac6fdc9d2423b1b7e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 15 Oct 2021 22:25:39 -0500 Subject: [PATCH] Halloween: css fixes --- app/styles/holiday/halloween.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/styles/holiday/halloween.scss b/app/styles/holiday/halloween.scss index ad190a18b..ecf043f68 100644 --- a/app/styles/holiday/halloween.scss +++ b/app/styles/holiday/halloween.scss @@ -145,6 +145,23 @@ } } } + + .column-header > button.grouped, + .column-header > .btn.grouped { + color: #fff; + + &:hover { + color: #fff; + } + + &::before { + background-color: var(--brand-color); + } + } + + .primary-navigation__wrapper .primary-navigation hr { + background: rgba(255, 255, 255, 0.5); + } } // Animations