MediaWiki:Common.css: Difference between revisions

No edit summary
toaq colored links (experiment)
Line 19: Line 19:
[title] {
[title] {
   text-decoration: underline dotted;
   text-decoration: underline dotted;
}
a[href] {
  color: #99d9ea;
}
a[href]:focus, a[href]:hover, a[href]:visited {
  color: inherit;
}
}