fix: address code review findings — DRY delta-pill, var→const/let, tokenize colors

This commit is contained in:
Samuel Enocsson
2026-05-21 14:16:58 +02:00
parent 9df151f109
commit 0ded27f9df
6 changed files with 47 additions and 52 deletions
+1 -1
View File
@@ -662,7 +662,7 @@ a:hover {
}
.delta-pill.flat {
background: oklch(0.95 0.004 260);
background: var(--paper-2);
color: var(--ink-3);
}