More active states
This commit is contained in:
@ -10,6 +10,7 @@ h6 {
|
||||
}
|
||||
|
||||
.zola-anchor {
|
||||
display: inline-block;
|
||||
opacity: 0;
|
||||
transition: var(--transition);
|
||||
margin: 0 0.25em;
|
||||
@ -18,6 +19,10 @@ h6 {
|
||||
background-color: var(--primary-color);
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
opacity: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user