122
edits
![]() |
Welcome to Rhythm Heaven Wiki! This wiki went independent on August 3, 2023. The FANDOM wiki will not be edited further, and is obsolete.For instructions about migrating your FANDOM account onto this one, please follow this guide. |
PanchamBro (talk | contribs) (Fixing horizontal group in portable infobox) |
PanchamBro (talk | contribs) (fixing code color; recoloring links to be more readable) |
||
Line 63: | Line 63: | ||
} | } | ||
/* Color the links */ | /* Color the links */ | ||
a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited { | .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { | ||
color: #E6E6E6; | |||
} | |||
.vector-menu-portal .vector-menu-content li a { | |||
color: #a59fe1; | |||
} | |||
.vector-menu-portal .vector-menu-content li a:visited { | |||
color: #6c64b5; | |||
} | |||
a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited { | |||
color: #a59fe1; | |||
} | } | ||
Line 101: | Line 113: | ||
.mw-parser-output div.documentation-metadata { | .mw-parser-output div.documentation-metadata { | ||
background-color: #000B10; | background-color: #000B10; | ||
} | |||
/* Fix pre-code stuff */ | |||
pre, code, .mw-code { | |||
background-color: #14252d; | |||
color: #eaecf0; | |||
border: 1px solid #eaecf0; | |||
} | } |