MediaWiki:Common.css: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
(Replaced content with "→‎The main body stuff: body { background-color: #58577C; } a.link { color: #dbe0e8; }")
Tag: Replaced
No edit summary
Line 5: Line 5:
}
}


a.link {
/* Link colors */
  color: #dbe0e8;
 
}
a {color: #dbe0e8; text-decoration: none;}
a:hover {color: #dbe0e8; text-decoration: none;}
a:visited {color: #dbe0e8; text-decoration: none;}
a:active {color: #dbe0e8; text-decoration: none;}

Revision as of 01:10, 13 May 2021

/* The main body stuff */

body {
  background-color: #58577C;
}

/* Link colors */

a {color: #dbe0e8; text-decoration: none;}
a:hover {color: #dbe0e8; text-decoration: none;}
a:visited {color: #dbe0e8; text-decoration: none;}
a:active {color: #dbe0e8; text-decoration: none;}