Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
:root.skin-citizen-light {
--color-surface-0: #FFFAFA;
--color-surface-1: #FFFAFA;
--color-surface-2: #FFFAFA;
--color-surface-3: #FFFAFA;
--color-surface-4: #FDF5E6;
--color-base--emphasized: #A0522D;
--color-primary: #800080;
--padding-page: 12px;
}
div.bodyContent {
padding: 0 12px;
border-style: solid;
border-width: 4px;
border-color: red;
}
img.fullwidth {
width: 100%;
height: auto;
}