Can somebody tell me exactly where and what I should alter to change the dark blue text while in dark mode? I assume it goes somewhere in the following:
Code:
table.fields {
margin-bottom: 0;
padding-bottom: 0;
}
table.fields td {
vertical-align: top
}
table.fields td.title {
font-weight: bold
}