Editing Dark Mode Suggestions
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 160: | Line 160: | ||
* What settings do you want me to set? [[User:Derf|Derf]] ([[User talk:Derf|talk]]) 04:50, 17 June 2023 (CEST) | * What settings do you want me to set? [[User:Derf|Derf]] ([[User talk:Derf|talk]]) 04:50, 17 June 2023 (CEST) | ||
** Is a property inherited from the wikitable class and needs to match with the color you setted for the .mw-datatable td. Im not sure if there is a less intrusive way to do it but this should fix the phantom border --[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 12:52, 17 June 2023 (CEST) | ** Is a property inherited from the wikitable class and needs to match with the color you setted for the .mw-datatable td. Im not sure if there is a less intrusive way to do it but this should fix the phantom border --[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 12:52, 17 June 2023 (CEST) | ||
'''<code>.client-dark-mode .wikitable{background-color:black | '''<code>.client-dark-mode .wikitable{background-color:black}</code>'''<br> | ||
And this should fix both problems by replacing the black font by white (or whatever other color you used for fonts)<br> | And this should fix both problems by replacing the black font by white (or whatever other color you used for fonts)<br> | ||
'''<code>.client-dark-mode .wikitable{background-color:black | '''<code>.client-dark-mode .wikitable{background-color:black; color:white;}</code>''' | ||
=== Header sorting arrows images === | === Header sorting arrows images === |