secret boards
I noticed that "secret" boards are not styled on board page, and I don't mind that makes them stand out - just mentioning it. Have you considered using placeholder for background color in your css file so people could try different shades - just an idea you could have separate background color for secret boards too (see example in page https://goo.gl/HJ4XJG )
eg. Using placeholder for background color value (https://userstyles.org/help/coding) like:
background: /*[[color]]*/ !important;
eg. Using placeholder for background color value (https://userstyles.org/help/coding) like:
background: /*[[color]]*/ !important;
Comments
Thanks, I fixed the secret boards background.
As for place holders, I have used them in the past (on other styles), but they made updating more stressful. I've also looked into CSS variables, but not many browsers supported them last I checked.