MediaWiki:Common.css: Difference between revisions

No change in size ,  14:47, 19 February 2022
m
no edit summary
(make things work . . .)
mNo edit summary
Line 19: Line 19:
[title]:not(img):not(.no-decoration), a[href] {
[title]:not(img):not(.no-decoration), a[href] {
   text-decoration: none;
   text-decoration: none;
   box-shadow: inset 0px -2px 0px 0px argb(0, 0, 0, 25%);
   box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
}
}