MediaWiki:Monobook.css: Difference between revisions
From Kirby Speedrunning Wiki
Jump to navigationJump to search
140 bytes removed
, 1 year ago
|
|
Line 258: |
Line 258: |
|
| |
|
| /* Difference Boxes Fix */ | | /* Difference Boxes Fix */ |
| .diffchange { | | .diff-side-added .diff-side-deleted { |
| color: #000000 !important;
| | background-color: transparent; |
| background-color: rgba(255, 255, 255, 0.3) !important;
| |
| }
| |
| | |
| .diff-side-added { | |
| color: #000000 !important;
| |
| background-color: rgba(255, 255, 255, 0.3) !important; | |
| } | | } |