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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Editor 2010 */
.wikiEditor-ui-top {
--theme-page-text-color: var(--theme-accent-label-color);
--theme-link-color: var(--theme-accent-label-color);
--theme-page-background-color--secondary: var(--theme-accent-color);
--theme-page-background-color: var(--theme-accent-color);
}
/* Body Border */
.theme-fandomdesktop-light .mw-editform #wpTextbox1 {
border: 1px solid #000;
}
.theme-fandomdesktop-dark .mw-editform #wpTextbox1 {
border: 1px solid #fff;
}