1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/components/LinkPanel.module.css

13 lines
270 B
CSS
Raw Normal View History

2022-10-16 23:58:17 +00:00
.linkPanel {
text-decoration: none;
2023-02-17 04:58:48 +00:00
white-space: nowrap;
2022-10-16 23:58:17 +00:00
}
.linkPanel:hover, .linkPanel:focus {
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 20%);
}
.linkPanel:active {
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 40%);
}