Created page with "→CSS placed here will be applied to all skins: .skin-citizen blockquote { margin: 0.8rem 20px; padding: 0; }" |
No edit summary |
||
| Line 3: | Line 3: | ||
margin: 0.8rem 20px; | margin: 0.8rem 20px; | ||
padding: 0; | padding: 0; | ||
} | |||
:root { | |||
--blue: #1e90ff; | |||
} | } | ||
Latest revision as of 12:02, 15 June 2024
/* CSS placed here will be applied to all skins */
.skin-citizen blockquote {
margin: 0.8rem 20px;
padding: 0;
}
:root {
--blue: #1e90ff;
}