diff --git a/domme_mensen_css/tailwind.css b/domme_mensen_css/tailwind.css index f1e26a5..3fa9557 100644 --- a/domme_mensen_css/tailwind.css +++ b/domme_mensen_css/tailwind.css @@ -1,18 +1,18 @@ -@tailwind base; - -@tailwind components; - -@tailwind utilities; - - -@layer components { - .intermate-navbar { - @apply navbar bg-intermate-yellow shadow-md shadow-intermate-shadow; - } - .intermate-footer { - @apply footer p-10 bg-intermate-yellow text-white justify-around; - } - .intermate-navbutton-effect { - @apply block hover:text-intermate-yellow-hover transition-all hover:scale-110 ease-in-out; - } +@tailwind base; + +@tailwind components; + +@tailwind utilities; + + +@layer components { + .intermate-navbar { + @apply navbar bg-primary; + } + .intermate-footer { + @apply footer p-10 bg-primary text-white justify-around; + } + .intermate-navbutton-effect { + @apply block hover:text-primary-focus transition-all hover:scale-110 ease-in-out; + } } \ No newline at end of file