MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 13: | Line 13: | ||
a:visited { | a:visited { | ||
color: #DAA520; | color: #DAA520; | ||
} | |||
.green-text a:visited { | |||
color:green; | |||
} | |||
.green-text a:link { | |||
color:green; | |||
} | |||
.red-text a:visited { | |||
color:red; | |||
} | |||
.red-text a:link { | |||
color:red; | |||
} | } | ||
Revision as of 15:20, 30 March 2025
body {
background-color: #202122;
}
/* unvisited link */
/* gold */
a:link {
color: #FFD700;
}
/* visited link */
/* golden rod */
a:visited {
color: #DAA520;
}
.green-text a:visited {
color:green;
}
.green-text a:link {
color:green;
}
.red-text a:visited {
color:red;
}
.red-text a:link {
color:red;
}