Changes
From Forge Community Wiki
222 bytes added
, 17:22, 7 September 2021
Line 119: |
Line 119: |
| /* ************** Styling for Datatables : END ************** */ | | /* ************** Styling for Datatables : END ************** */ |
| | | |
− | /* Fixes the text color of diff changes to better contrast against the BG */ | + | /* Fixes the colors of diff changes for better contrast */ |
| .diffchange { | | .diffchange { |
− | color: #444444;
| + | color: #222222; |
| + | } |
| + | .diff-deletedline { |
| + | border-color: #d9c284; /* ffe49c */ |
| + | } |
| + | .diff-deletedline .diffchange { |
| + | background: #d9c284; |
| + | } |
| + | .diff-addedline { |
| + | border-color: #8bb2d9; /* a3d3ff */ |
| + | } |
| + | .diff-addedline .diffchange { |
| + | background: #8bb2d9; |
| } | | } |