-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom CSS not functions #24
Comments
Does custom CSS not work for you at all? Do you mind testing with a random rule like * {
color: red !important;
} |
Yeah works just fine. Might have something to do with my css file? Comes from pywal which works normally in most cases. |
I think I can reproduce that. Imported sheets are loaded, but somehow the color variables don't seem to be picked up. They work however, when you just paste the file content into the Custom CSS text box, e.g.: :root {
--background: red;
} I'll look into that. |
Yep, works when pasting the code in the textbox. |
Unfortunately, theming capabilities won't be part of Paxmod anymore. (Also see #33) |
For some reason, even when I put the directory or try to import it in the custom css box, it doesn't seem to grab the colors. Oddly enough, it takes my gtk colors when I set the theme default in Firefox's customize page.
The text was updated successfully, but these errors were encountered: