We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb1595 commit f47566bCopy full SHA for f47566b
1 file changed
static/style.css
@@ -913,18 +913,19 @@ h2 {
913
display: block;
914
}
915
916
+.line-highlight.line-added .line-link {
917
+ background: #C2FFAD;
918
+}
919
+
920
.line-removed {
921
width: 100%;
922
height: 100%;
923
background: #fcc0c0;
924
925
926
-.line-changed {
- width: 100%;
- height: 100%;
- background: #f8edc3;
927
- display: block;
+.line-highlight.line-removed .line-link {
928
+ background: #fcc0c0;
929
930
931
span[id^='codeline-'] {
0 commit comments