981
edits
No edit summary |
No edit summary |
||
Line 258: | Line 258: | ||
/* Difference Boxes Fix */ | /* Difference Boxes Fix */ | ||
.diffchange | .diffchange { | ||
color: #000000 !important; | color: #000000 !important; | ||
background-color: rgba(0, | background-color: rgba(255, 255, 255, 0.3) !important; | ||
} | |||
.diff-context .diff-side-added { | |||
color: #000000 !important; | |||
background-color: rgba(255, 255, 255, 0.3) !important; | |||
} | } |