mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 23:54:30 +00:00
11 lines
245 B
CSS
11 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%);
|
|
}
|