More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
pre,code { | pre,code { | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
background-color: # | background-color: #0d0d3f; | ||
} | } | ||
a:link { | a:link { | ||
Revision as of 08:02, 9 December 2025
/* All CSS here will be loaded for users of the Citizen skin */
pre,code {
white-space: pre-wrap;
background-color: #0d0d3f;
}
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;
}
h1, h2, h3, h4, h5, h6 {color:#FFD700}