Update 'domme_mensen_css/tailwind.css'

This commit is contained in:
job 2023-03-10 14:37:46 +01:00
parent 76392db85c
commit 98ad804878
1 changed files with 17 additions and 17 deletions

View File

@ -1,18 +1,18 @@
@tailwind base; @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
@layer components { @layer components {
.intermate-navbar { .intermate-navbar {
@apply navbar bg-intermate-yellow shadow-md shadow-intermate-shadow; @apply navbar bg-primary;
} }
.intermate-footer { .intermate-footer {
@apply footer p-10 bg-intermate-yellow text-white justify-around; @apply footer p-10 bg-primary text-white justify-around;
} }
.intermate-navbutton-effect { .intermate-navbutton-effect {
@apply block hover:text-intermate-yellow-hover transition-all hover:scale-110 ease-in-out; @apply block hover:text-primary-focus transition-all hover:scale-110 ease-in-out;
} }
} }