More active states

This commit is contained in:
daudix
2024-08-31 06:52:08 +03:00
parent a69352c8b5
commit 65770c2d93
6 changed files with 135 additions and 30 deletions

View File

@ -33,6 +33,10 @@
&:hover {
opacity: 1;
}
&:active {
transform: scale(var(--active));
}
}
li:target a[href*="#fr-"] {