Primäre Akzentfarbe hinzugefügt
This commit is contained in:
parent
c48c56988f
commit
9ca5ba90b1
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"colors": {
|
||||
"default": {
|
||||
"theme_color": {
|
||||
"primary": "#121212",
|
||||
"primary": "#a9cd2e",
|
||||
"body": "#fff",
|
||||
"border": "#eaeaea",
|
||||
"theme_light": "#f6f6f6",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ input#nav-toggle:checked ~ #nav-menu {
|
|||
// }
|
||||
|
||||
.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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue