Diferencia entre revisiones de «Usuario:King of Herdaz/common.css»

m
m
 
(No se muestran 2 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
/* Highlight redirect links in beige */
.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 a color */
.mw-redirect {
background-color: #FFE4C4
}
}

Revisión actual - 18:58 14 feb 2022

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

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