Closed Ryonez closed 3 years ago
The only theme supported is actually the default one, the one you choose are .css files download on-the-fly by bootswatch and applied on top of the default theme, so yeah some of it are not so good or change the behaviour of the default boostrap classes. A dark theme that should look good is "spacelab" if i'm not wrong.
Looks like Slate is one of the few that doesn't change the background. Cyber is a theme that does and looks half decent.
Would we be able to ask for a custom css field in the settings, to allowed us to make changes/fixs for things like this please?
You can already put custom css rules in the settings, just put it in the head section:
<style>
.customClass { ... }
</style>
I was not aware the header field would allow page changes, thank you.
System Info
Describe the bug I very much prefer dark themes. To this end I select the "slate" theme. However I've noticed that the background of the page doesn't change and it doesn't for any theme. This makes the screen still pretty bright, and makes some elements hard to read as they expect a dark background.
To Reproduce Steps to reproduce the behavior:
Expected behavior The theme to fit everything.
Screenshots