MediaWiki:Common.css: Difference between revisions

Limit link underlines to article content
inherit font-family in [title]:hover::after
Line 98: Line 98:
}
}


[title]:hover::after {
[title]:hover::after, [title]:focus::after {
  font-family: inherit;
   content: attr(title);
   content: attr(title);
   font-size: 1.25em;
   font-size: 1.25em;