CSS optimization

This commit is contained in:
Janus C. H. Knudsen 2026-01-14 00:47:06 +01:00
parent e739ce2ac7
commit 29f9c79764
22 changed files with 1175 additions and 642 deletions

View file

@ -99,6 +99,6 @@ a:hover {
SELECTION
=========================================== */
::selection {
background: color-mix(in srgb, var(--color-teal) 30%, transparent);
background: var(--border-teal);
color: var(--color-text);
}