Selection color from base theme.

This commit is contained in:
2026-08-26 17:03:01 +00:00
parent 932aee4404
commit 56fd5f854d
5 changed files with 5 additions and 16 deletions
+5
View File
@@ -65,6 +65,11 @@
box-sizing: border-box;
}
::selection {
background: color-mix(var(--accent) 30%, transparent);
color: inherit;
}
/* Links never underline — including SVG link text, which the UA stylesheet
underlines by default. */
a {