Skip to content

Commit 788ee6f

Browse files
committed
fix line number background
1 parent ac1f139 commit 788ee6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1015,10 +1015,10 @@ span.line-highlight {
10151015
border-radius: 0.2em;
10161016
}
10171017
.highlight .line-removed a {
1018-
background: unset;
1018+
background: #fcc0c0;
10191019
}
10201020
.highlight .line-added a {
1021-
background: unset;
1021+
background: #c2ffad;
10221022
}
10231023
.highlight a:hover {
10241024
border-bottom: 1px dotted #000;

0 commit comments

Comments
 (0)