MediaWiki:Common.css: Difference between revisions
From WytheriaWiki
Deathschaos (talk | contribs) No edit summary |
Deathschaos (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | |||
body { | body { | ||
background-color: #1f1d21; | background-color: #1f1d21; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
} | } | ||
a:link { | a:link { | ||
color: #ffffff; | color: #ffffff; | ||
Revision as of 03:09, 1 January 2024
/* CSS placed here will be applied to all skins */
/*
body {
background-color: #1f1d21;
overflow-y: scroll;
}
a:link {
color: #ffffff;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
a:visited {
color: #eeeeee;
} */