MediaWiki:Common.css: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
Tag: Replaced
No edit summary
Line 3: Line 3:
/* --- General look and feel of the site --- */
/* --- General look and feel of the site --- */


html {
body {
background-color: black;
  background-color: black;
}
 
a {
color: darksalmon;
text-decoration: none;
}
 
a:hover {
  color: aliceblue;
}
}

Revision as of 08:56, 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;
	text-decoration: none;
}

a:hover {
  color: aliceblue;
}