Add active state to footer's "Powered by" links
This commit is contained in:
@ -117,6 +117,7 @@
|
||||
}
|
||||
|
||||
.link {
|
||||
display: inline-block;
|
||||
transition: var(--transition);
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: var(--rounded-corner-small);
|
||||
@ -128,5 +129,9 @@
|
||||
background-color: var(--primary-color);
|
||||
color: var(--contrast-color);
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user