MediaWiki:Common.css: Difference between revisions

100 bytes added ,  12:16, 19 February 2022
toaq colored links (experiment)
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;
}
}