Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
(toaq colored links (experiment))
mNo edit summary
Line 22: Line 22:


a[href] {
a[href] {
   color: #99d9ea;
   color: #ffaec9 !important;
}
}


a[href]:focus, a[href]:hover, a[href]:visited {
a[href]:focus, a[href]:hover, a[href]:active, a[href]:visited {
   color: inherit;
   color: inherit !important;
}
 
a[href].new {
color: #cc8ca7 !important;
}
}