Difference between revisions of "MediaWiki:Common.css"

From Rasmapedia
Jump to navigation Jump to search
Line 3: Line 3:
 
    
 
    
 
   a.new:link, #ca-talk > span > a {
 
   a.new:link, #ca-talk > span > a {
color: #cc2200 !important;
+
color: #00cc1b !important;
 
}
 
}
 
a.new:visited, #ca-talk > span > a {
 
a.new:visited, #ca-talk > span > a {
 
color: red !important;
 
color: red !important;
 
}
 
}

Revision as of 18:41, 2 April 2021

/* CSS placed here will be applied to all skins */
  P { text-indent: 2em }
  
  a.new:link, #ca-talk > span > a {
	color: #00cc1b !important;
}
a.new:visited, #ca-talk > span > a {
	color: red !important;
}