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

From The Coppermind
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
/* Highlight disambig links in green so that they stand out */
 
.mw-disambig {
 
background-color: #90EE90
 
}
 
 
 
/* Highlight redirect links in a color */
 
/* Highlight redirect links in a color */
 
.mw-redirect {
 
.mw-redirect {
 
background-color: #FFE8DC
 
background-color: #FFE8DC
 
}
  +
 
/* Highlight disambig links in green so that they stand out */
 
.mw-disambig {
 
background-color: #90EE90
 
}
 
}

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
}