Changes
From Forge Community Wiki
112 bytes added
, 17:05, 7 September 2021
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;
+
}