Skip to content

Commit f47566b

Browse files
committed
dont change colors of line numbers
1 parent deb1595 commit f47566b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

static/style.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -913,18 +913,19 @@ h2 {
913913
display: block;
914914
}
915915

916+
.line-highlight.line-added .line-link {
917+
background: #C2FFAD;
918+
}
919+
916920
.line-removed {
917921
width: 100%;
918922
height: 100%;
919923
background: #fcc0c0;
920924
display: block;
921925
}
922926

923-
.line-changed {
924-
width: 100%;
925-
height: 100%;
926-
background: #f8edc3;
927-
display: block;
927+
.line-highlight.line-removed .line-link {
928+
background: #fcc0c0;
928929
}
929930

930931
span[id^='codeline-'] {

0 commit comments

Comments
 (0)