MediaWiki:Common.css: Difference between revisions

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


[title] {
[title], a[href] {
   text-decoration: none;
   text-decoration: none;
}
   box-shadow: inset 0px -2px 0px 0px currentcolor;
 
[title]::after {
   display: inline-block;
  content: '';
  margin: 0;
  padding: 0;
 
  float: left;
  position: relative;
  bottom: calc(1em - 1ex - 4px);
  width: 100%;
  height: 2px;
 
  background-color: currentColor;
  filter: opacity(0.25);
}
 
a[href] {
  text-decoration: none !important;
}
}