We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bda99b commit ccbd086Copy full SHA for ccbd086
1 file changed
crates/wastebin_server/src/style.css
@@ -20,6 +20,7 @@
20
--border-soft: light-dark(#ecebe6, #1b1f26);
21
--accent: light-dark(oklch(0.52 0.14 220), oklch(0.72 0.14 220));
22
--accent-bg: light-dark(oklch(0.52 0.14 220 / 0.10), oklch(0.72 0.14 220 / 0.14));
23
+ --accent-bg-gutter: light-dark(oklch(0.52 0.14 220 / 0.15), oklch(0.72 0.14 220 / 0.20));
24
--accent-fg: light-dark(oklch(0.38 0.14 220), oklch(0.88 0.09 220));
25
--danger: light-dark(oklch(0.52 0.18 25), oklch(0.70 0.16 25));
26
--danger-bg: light-dark(oklch(0.52 0.18 25 / 0.08), oklch(0.70 0.16 25 / 0.12));
@@ -684,7 +685,7 @@ table {
684
685
}
686
687
.src tr.line-highlight > td:first-child {
- background: var(--accent-bg);
688
+ background: var(--accent-bg-gutter);
689
font-weight: bold;
690
691
0 commit comments