More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
color: #FFD700; | color: #FFD700; | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: | text-decoration: underline; | ||
} | } | ||
| Line 10: | Line 10: | ||
color: #FFD700; | color: #FFD700; | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: | text-decoration: underline; | ||
} | } | ||
Revision as of 07:54, 9 December 2025
/* All CSS here will be loaded for users of the Citizen skin */
pre,code {white-space: pre-wrap}
a:link {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
a:visited {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
a:hover {
color: #FF8C00;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
#mw-headline {color:#FFD700}