User:TCN7JM/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Switch color
m Again
 
Line 14: Line 14:
/* Redirect links green */
/* Redirect links green */
.mw-redirect {
.mw-redirect {
color: #50c878
color: #00a36c
}
}
a.mw-redirect:visited {
a.mw-redirect:visited {

Latest revision as of 03:19, 6 September 2023

/* Self links highlighted */
.selflink {
    background-color: #c0c0c0;
}

/* Disambig links orange */
.mw-disambig {
	color: #cd7f32
}
a.mw-disambig:visited {
	color: #8b4000
}

/* Redirect links green */
.mw-redirect {
    color: #00a36c
}
a.mw-redirect:visited {
	color: #355E3B
}