Skip to content

Commit ccbd086

Browse files
committed
Use different line number gutter background color
1 parent 6bda99b commit ccbd086

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/wastebin_server/src/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
--border-soft: light-dark(#ecebe6, #1b1f26);
2121
--accent: light-dark(oklch(0.52 0.14 220), oklch(0.72 0.14 220));
2222
--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));
2324
--accent-fg: light-dark(oklch(0.38 0.14 220), oklch(0.88 0.09 220));
2425
--danger: light-dark(oklch(0.52 0.18 25), oklch(0.70 0.16 25));
2526
--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 {
684685
}
685686

686687
.src tr.line-highlight > td:first-child {
687-
background: var(--accent-bg);
688+
background: var(--accent-bg-gutter);
688689
font-weight: bold;
689690
}
690691

0 commit comments

Comments
 (0)