moved outline/border styles to property

This commit is contained in:
2026-02-25 17:52:13 +01:00
parent debf014615
commit 76bfd344e4
9 changed files with 12 additions and 11 deletions

View File

@@ -46,7 +46,7 @@
a:hover {
font-weight: 700;
/* color: var(--color-highlight); */
text-decoration: dashed var(--underline-dash-size) var(--color-highlight) underline;
text-decoration: var(--border-style) var(--underline-dash-size) var(--color-highlight) underline;
}
@media screen and (max-width: 500px) {