MediaWiki:Common.css: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


a {
a {
color: darksalmon; !important;
color: darksalmon !important;
text-decoration: none;
text-decoration: none;
}
}

Revision as of 08:59, 9 May 2021

/* CSS placed here will be applied to all skins */

/* --- General look and feel of the site --- */

body {
   background-color: black;
}

a {
	color: darksalmon !important;
	text-decoration: none;
}

a:hover {
  color: aliceblue;
}