Signed-off-by: Lewis lewis@tangled.org
+207
-74
Diff
round #1
+12
input.css
+12
input.css
···
373
373
@apply bg-amber-400/30 dark:bg-amber-500/20;
374
374
}
375
375
376
+
.line-quote-hl, .line-range-hl {
377
+
@apply !bg-yellow-200/30 dark:!bg-yellow-700/30;
378
+
}
379
+
380
+
:is(.line-quote-hl, .line-range-hl) > .min-w-\[3\.5rem\] {
381
+
@apply !bg-yellow-200/30 dark:!bg-yellow-700/30;
382
+
}
383
+
384
+
:is(.line-quote-hl, .line-range-hl) > .min-w-\[3\.5rem\] a {
385
+
@apply !text-black dark:!text-white;
386
+
}
387
+
376
388
/* LineNumbersTable */
377
389
.chroma .lnt {
378
390
white-space: pre;
History
2 rounds
0 comments
oyster.cafe
submitted
#1
1 commit
expand
collapse
appview/pages: multiline PR comment links
Signed-off-by: Lewis <lewis@tangled.org>
3/3 success
expand
collapse
expand 0 comments
pull request successfully merged
oyster.cafe
submitted
#0
1 commit
expand
collapse
appview/pages: multiline PR comment links
Signed-off-by: Lewis <lewis@tangled.org>