Fix staff counter buttons not working with the majority of backgrounds. #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Creating my own issue and assinging myself to fix a CSS bug.
In
user.scssthere is acolorcomponent that is set tovar(--secondary);Which results in this.
This is unfortunately quite undesirable if you have backgrounds that blend in with the text... The fix is quite simple.

744e6852a3/scss/features/users.scssWill change from var to just #FFFFF.
Forgo'd the idea of fixing it ourselves.
Raised an issue up stream.
https://github.com/pyxfluff/moderntheme/issues/3
https://github.com/pyxfluff/moderntheme/issues/3
This was fixed via upstream