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 {
-5
View File
@@ -32,11 +32,6 @@
}
}
::selection {
background: var(--accent);
color: #fff;
}
/* Genuinely large solid brand with a soft blue shadow overlapping the
artwork — conservative, but unmissable. */
#brand {
-1
View File
@@ -63,7 +63,6 @@
::selection {
background: var(--accent);
color: var(--ink);
}
/* Oversized outlined brand, spilling off the banner edge: orange stroke,
-5
View File
@@ -19,11 +19,6 @@
--font-heading: var(--font-fraunces);
}
::selection {
background: var(--accent2);
color: #fff;
}
/* Oversized tilted brand in the sky→violet gradient. */
#brand {
font-size: clamp(3.2rem, 9vw, 7.5rem);
-5
View File
@@ -57,11 +57,6 @@ body {
color: var(--text);
}
::selection {
background: var(--sun);
color: #3d5223;
}
/* No separation between banner and page: the frame loses its background,
border and shadow, and the artwork overflows into the document below,
masked by a transparency gradient so it cross-fades into the body's fixed