Jump to content

User:Netjeff/minerva.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 3: Line 3:
*/
*/
.mw-body a
.mw-body a
{
{ color: black; border-bottom: thin dotted #BBB; }
color: black;
border-bottom: thin dotted #BBB; }


/*
/*

Revision as of 16:43, 29 September 2024

 /*
 ** De-emphasize links in the body by giving them a light gray dotted underline 
 */
 .mw-body a
{ 
  color: black; 
  border-bottom: thin dotted #BBB; }

 /*
 ** Even more de-emphasize reference links,
 ** and "inline templates" like [citation needed]
 */
 .reference,
 .reference a, 
 .reference span,
 .Inline-Template, 
 .Inline-Template a
 {
   color: #BBB;
   border-bottom: none;
 }