Skip to content

Commit 622829c

Browse files
committed
No colors for highlights; just faded and linethrough
1 parent 8051b8d commit 622829c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/css/dyna-rules.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ body[dir="rtl"] #commitButton:before {
130130
}
131131
#diff .right li.notLeft {
132132
color: #000;
133-
background: lightgreen;
134133
opacity: 1;
135134
}
136135
#diff .right li.notRight {
@@ -139,7 +138,6 @@ body[dir="rtl"] #commitButton:before {
139138
#diff .right li.toRemove {
140139
color: #000;
141140
text-decoration: line-through;
142-
background: lightpink;
143141
opacity: 1;
144142
}
145143
#diff textarea {

0 commit comments

Comments
 (0)