1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-22 08:04:31 +00:00
steffoweb/components/LinkPanel.module.css

12 lines
270 B
CSS

.linkPanel {
text-decoration: none;
white-space: nowrap;
}
.linkPanel:hover, .linkPanel:focus {
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 20%);
}
.linkPanel:active {
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 40%);
}