| Line 5: | Line 5: | ||
} | } | ||
ol | ol li { | ||
color: white; /* Change the color */ | color: white; /* Change the color */ | ||
} | } | ||
Revision as of 22:56, 14 December 2019
/* CSS placed here will be applied to all skins */
.toc {
background-color: #302026;
}
ol li {
color: white; /* Change the color */
}
.nowiki {
background-color: #302026;
}
.mw-code {
background-color: #545253;
}
.pre {
background-color: #545253;
}
/* visited link */
a:visited {
color: #d9832e;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: #cc0000;
}