Changes

112 bytes added ,  17:05, 7 September 2021
add css to fix contrast in diffs
Line 118: Line 118:     
/* ************** Styling for Datatables : END ************** */
 
/* ************** Styling for Datatables : END ************** */
 +
 +
/* Fixes the text color of diff changes to better contrast against the BG */
 +
.diffchange {
 +
  color: #444444;
 +
}
297

edits