MediaWiki:Common.css: Difference between revisions

33 bytes removed ,  14:49, 19 February 2022
m
no edit summary
mNo edit summary
mNo edit summary
Line 17: Line 17:
}
}


[title]:not(img):not(.no-decoration), a[href] {
[title], a[href] {
   text-decoration: none;
   text-decoration: none;
}
[title]:not(img):not(.no-decoration) {
   box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
   box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
}
.no-decoration {
  text-decoration: none;
}
}