MediaWiki:Common.css: Difference between revisions

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


/* --- General look and feel of the site --- */
/* --- General look and feel of the site --- */
body {
  background-color: black;
}
a {
color: darksalmon !important;
text-decoration: none;
}
a:hover {
  color: aliceblue;
}

Revision as of 09:04, 9 May 2021

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

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