We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 should keep variables inside of :root
Custom css field removes css variables in root that stops me from theming feishin
:root { --secondary-color: #ff7878; --success-color: green; --warning-color: orange; --danger-color: #cc3232; --generic-border-color: #3232324d; --main-bg: #1e1e2e; --main-bg-transparent: 21,18,18; --main-fg: #e1e1e1; --main-fg-secondary: #969696; --window-bar-bg: #101010; --window-bar-fg: #fff; }
Do not remove variables
Can't theme feishin
0.11.1
NixOS 24.11, Electron app
Navidrome 0.53.3
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Custom css should keep variables inside of :root
Current Behavior
Custom css field removes css variables in root that stops me from theming feishin
Steps to Reproduce
Possible Solution
Do not remove variables
Context
Can't theme feishin
Application version
0.11.1
Operating System and version
NixOS 24.11, Electron app
Server and Version
Navidrome 0.53.3
Node Version (if developing locally)
No response
The text was updated successfully, but these errors were encountered: