MediaWiki:Common.css: Difference between revisions

180 bytes added ,  12:41, 19 February 2022
box shadow but not
mNo edit summary
(box shadow but not)
Line 18: Line 18:


[title] {
[title] {
   text-decoration: underline dotted rgba(0, 0, 0, 50%);
   text-decoration: none;
}
 
[title]::after {
  float: left;
  position: relative;
  bottom: 0;
  background-color: currentColor;
  filter: opacity(0.25);
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 2px;
  width: 100%;
}
}