User:TCN7JM/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Is this the dagger?
m Switch color
Line 14: Line 14:
/* Redirect links green */
/* Redirect links green */
.mw-redirect {
.mw-redirect {
color: #097969
color: #50c878
}
}
a.mw-redirect:visited {
a.mw-redirect:visited {

Revision as of 03:18, 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: #50c878
}
a.mw-redirect:visited {
	color: #355E3B
}