From a5b31f148e4f499214259ecbb7b39879f0bc0b25 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 8 Sep 2020 17:35:35 +0200 Subject: [PATCH] Change main menu dropdown colours. WIP #3053 @0.25 --- .../CCV/resources/assets/styles/components/navigation.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl b/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl index fc9c8b8..eb15197 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl @@ -41,7 +41,7 @@ // Sub-menu .sub-menu @apply hidden absolute - @apply bg-pink + @apply bg-purple-dark left: 0 top: 100% white-space: normal @@ -65,7 +65,7 @@ transition: background-color 0.25s &:hover - @apply text-white bg-pink-light + @apply text-white bg-purple // Language switcher and action buttons -- 2.39.5