devel #331

Merged
inhji merged 4 commits from devel into main 2023-09-21 13:25:19 +02:00
Showing only changes of commit f2a35e927f - Show all commits

View file

@ -56,10 +56,10 @@
} }
& a { & a {
@apply p-3 rounded hover:bg-primary-700 transition; @apply p-3 rounded hover:bg-neutral-700 transition;
&.active { &.active {
@apply bg-primary-700; @apply bg-neutral-700;
} }
} }
} }