mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 08:04:31 +00:00
12 lines
245 B
CSS
12 lines
245 B
CSS
|
.linkPanel {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.linkPanel:hover, .linkPanel:focus {
|
||
|
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 20%);
|
||
|
}
|
||
|
|
||
|
.linkPanel:active {
|
||
|
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 40%);
|
||
|
}
|