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