More actions
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
h1,h2,h3,h4,h5 {color:#FFD700;} | |||
Revision as of 07:51, 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: none;
}
a:visited {
color: #FFD700;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #FF8C00;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
h1,h2,h3,h4,h5 {color:#FFD700;}