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

From The Coppermind
Jump to navigation Jump to search
m
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* Highlight redirect links in a color */
 
.mw-redirect {
 
background-color: #FFE8DC
 
}
  +
 
/* Highlight disambig links in green so that they stand out */
 
/* Highlight disambig links in green so that they stand out */
 
.mw-disambig {
 
.mw-disambig {
 
background-color: #90EE90
 
background-color: #90EE90
}
 
 
/* Highlight redirect links in pink */
 
.mw-redirect {
 
background-color: #FF1493
 
 
}
 
}

Latest revision as of 02:00, 31 August 2021

/* Highlight redirect links in a color */
.mw-redirect {
    background-color: #FFE8DC
}

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