refactor: move active link handling to JavaScript

This commit is contained in:
Stefan Imhoff
2023-06-14 13:58:46 +02:00
parent 991a7b45a0
commit 6f0b121915
5 changed files with 31 additions and 21 deletions

View File

@@ -166,6 +166,10 @@
}
@layer components {
.navigation .is-active {
@apply underline !decoration-accent decoration-4;
}
.image-shadow {
@apply relative transition-transform duration-500 ease-in-out;