Difference between revisions of "User:King of Herdaz/common.css"

From The Coppermind
Jump to navigation Jump to search
(Created page with "→‎Highlight disambig links in green so that they stand out: .mw-disambig { background-color: #90EE90 }")
 
m
Line 2: Line 2:
 
.mw-disambig {
 
.mw-disambig {
 
background-color: #90EE90
 
background-color: #90EE90
  +
}
  +
  +
/* Highlight redirect links in pink */
  +
.mw-disambig {
  +
background-color: #FF1493
 
}
 
}

Revision as of 01:52, 31 August 2021

/* Highlight disambig links in green so that they stand out */
.mw-disambig {
    background-color: #90EE90
}

/* Highlight redirect links in pink */
.mw-disambig {
    background-color: #FF1493
}