Difference between revisions of "User:Zippy/common.css"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "→‎This is my personal CSS page.: .external a, .external a:link, .external a:active, .external a:visited, a, a:link, a:active, a:visited { color: #6f4227 !important; text...")
 
Line 1: Line 1:
 
/* This is my personal CSS page. */
 
/* This is my personal CSS page. */
 
+
/*
 
.external a, .external a:link, .external a:active, .external a:visited, a, a:link, a:active, a:visited {
 
.external a, .external a:link, .external a:active, .external a:visited, a, a:link, a:active, a:visited {
 
color: #6f4227 !important;
 
color: #6f4227 !important;
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 +
*/

Revision as of 12:09, 22 June 2022

/* This is my personal CSS page. */
/*
.external a, .external a:link, .external a:active, .external a:visited, a, a:link, a:active, a:visited {
	color: #6f4227 !important;
	text-decoration: none;
}
*/