View Single Post
Old 10-08-2019, 08:06 AM   #10
HogDrvr
Connoisseur
HogDrvr began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Jul 2016
Device: Kindle Paperwhite
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
}
HogDrvr is offline   Reply With Quote