Community Central
Community Central
No edit summary
No edit summary
Line 7: Line 7:
   
 
/*Comment color*/
 
/*Comment color*/
.comments li[data-user="Finchelfanno1"] blockquote {background: #f0e68c !important;}
+
.comments li[data-user="Finchelfanno1"] blockquote {background: #7B68EE !important;}

Revision as of 16:13, 4 June 2011

/*changes link's color*/
a:visited { color: MediumSlateBlue; !important; }
a:link { color: Chocolate; !important; }

/*Header*/
.WikiaPageHeader { border-bottom: 1px solid Black; margin-bottom: 5px; }

/*Comment color*/
 .comments li[data-user="Finchelfanno1"] blockquote {background: #7B68EE !important;}