dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

/* 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;
}