More actions
Added colour correction for background on the buttons "Namespace" and "Tags" |
Added updatedmarker text colour fix |
||
| Line 101: | Line 101: | ||
.oo-ui-draggableGroupElement > div:nth-child(2) { background-color: black; } | .oo-ui-draggableGroupElement > div:nth-child(2) { background-color: black; } | ||
/* On History Pages the update marker text should be coloured black. Thank you [[User:Evon R'al]] for the report and fix */ | |||
.updatedmarker { color: black; } | |||