More active states
This commit is contained in:
@ -33,6 +33,10 @@
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
}
|
||||
}
|
||||
|
||||
li:target a[href*="#fr-"] {
|
||||
|
Reference in New Issue
Block a user