MediaWiki:Common.css: Difference between revisions

33 bytes removed ,  12:30, 19 February 2022
m
no edit summary
m (undo flair.)
mNo edit summary
Line 18: Line 18:


[title] {
[title] {
   text-decoration: underline dotted;
   text-decoration: underline dotted rgba(0, 0, 0, 50%);
}
}


Line 31: Line 31:
a[href].new {
a[href].new {
   color: #c87b96 !important;
   color: #c87b96 !important;
}
a[href][title] {
  text-decoration-color: black;
}
}