Primäre Akzentfarbe hinzugefügt

This commit is contained in:
Andreas Hnida 2024-02-15 15:53:32 +00:00
commit 9ca5ba90b1
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"colors": { "colors": {
"default": { "default": {
"theme_color": { "theme_color": {
"primary": "#121212", "primary": "#a9cd2e",
"body": "#fff", "body": "#fff",
"border": "#eaeaea", "border": "#eaeaea",
"theme_light": "#f6f6f6", "theme_light": "#f6f6f6",

View file

@ -36,7 +36,7 @@ input#nav-toggle:checked ~ #nav-menu {
// } // }
.nav-link { .nav-link {
@apply text-dark hover:text-primary block p-3 cursor-pointer font-semibold transition lg:px-2 lg:py-3; @apply text-dark hover:text-primary uppercase block p-3 cursor-pointer font-semibold transition lg:px-2 lg:py-3;
} }
.nav-dropdown { .nav-dropdown {