8,957
edits
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
.tracklist tbody { | .tracklist tbody { | ||
color: # | color: #000; /* [[mw:Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis#Always_define_color_when_defining_background]] */ | ||
} | } | ||
Line 14: | Line 14: | ||
.tracklist tr:nth-child(2n-1) { | .tracklist tr:nth-child(2n-1) { | ||
background-color: # | background-color: #FFD7B2; | ||
} | } | ||
Line 30: | Line 30: | ||
text-align: left; | text-align: left; | ||
background-color: #C14424; | background-color: #C14424; | ||
color: #fff; | |||
} | } | ||