MediaWiki:Common.css: Difference between revisions

From WytheriaWiki
No edit summary
No edit summary
Line 4: Line 4:
overflow-y: scroll;
overflow-y: scroll;
}
}
a {
a:link {
     color: #ffffff;
     color: #ffffff;
}
}

Revision as of 02:54, 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;
}