MediaWiki:Common.css: Difference between revisions

From WytheriaWiki
No edit summary
mNo edit summary
Line 13: Line 13:
a:visited {
a:visited {
     color: #eeeeee;
     color: #eeeeee;
}
#p-navigation:a:link {
    color: #ffffff;
}
}

Revision as of 02:55, 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;
}
#p-navigation:a:link {
    color: #ffffff;
}