Hi there I am an admin of a wiki which catalogues OCs for a game, and we try to give editors full freedom on their OC's page. Im trying to make a template which uses a CSS variable to allow non admin users to easily change the page colors of specific page.
Im using this Script to color specific pages atm:
.page-Arron_Silver .page__main {
background: rgba(0, 0, 0, .75);
color: #FF0000;
}
Im trying to find a way to use a variable and allow non admins on my wiki to change theme elements. Id really appreciate any help or advice.