From: Stephen Cameron Date: Tue, 8 Sep 2020 15:35:35 +0000 (+0200) Subject: Change main menu dropdown colours. WIP #3053 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a5b31f148e4f499214259ecbb7b39879f0bc0b25;p=ccv-wordpress.git Change main menu dropdown colours. WIP #3053 @0.25 --- 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