MediaWiki:Common.css: Difference between revisions
From WytheriaWiki
Deathschaos (talk | contribs) mNo edit summary |
Deathschaos (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
overflow-y: scroll; | overflow-y: scroll; | ||
} | } | ||
/* | |||
a:link { | a:link { | ||
color: #ffffff; | color: #ffffff; | ||
| Line 13: | Line 14: | ||
a:visited { | a:visited { | ||
color: #eeeeee; | color: #eeeeee; | ||
} | } */ | ||
Revision as of 02:56, 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;
} */