We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1f139 commit 788ee6fCopy full SHA for 788ee6f
1 file changed
static/style.css
@@ -1015,10 +1015,10 @@ span.line-highlight {
1015
border-radius: 0.2em;
1016
}
1017
.highlight .line-removed a {
1018
- background: unset;
+ background: #fcc0c0;
1019
1020
.highlight .line-added a {
1021
+ background: #c2ffad;
1022
1023
.highlight a:hover {
1024
border-bottom: 1px dotted #000;
0 commit comments