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

De La Coppermind
Ir a la navegación Ir a la búsqueda
m
m
 
Línea 1: Línea 1:
/* Highlight redirect links in a color */
+
/* Highlight redirect links in beige */
 
.mw-redirect {
 
.mw-redirect {
 
background-color: #FFE8DC
 
background-color: #FFE8DC

Revisión actual del 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
}