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
When I replace the url("...") with a var of an imported file the image doesnt appear.
@import "./customWallPaper.css" root{ --background-image: var(--customImg); /rest of the code/ }
And in the same directory i have the customWallPaper.css:
:root { --customImg: url("https://i.imgur.com/l7Bg8HJ.png"); }
Discord channel: Stable OS: _Windows Mod: BetterDiscord Discord language: Portuguese
The text was updated successfully, but these errors were encountered:
You can't link to local files with themes.
Sorry, something went wrong.
So how would you resolve this?
There are 2 ways:
./customWallPaper.css
FrostedGlass.theme.css
No branches or pull requests
When I replace the url("...") with a var of an imported file the image doesnt appear.
@import "./customWallPaper.css"
root{
--background-image: var(--customImg);
/rest of the code/
}
And in the same directory i have the customWallPaper.css:
:root {
--customImg: url("https://i.imgur.com/l7Bg8HJ.png");
}
Discord channel: Stable
OS: _Windows
Mod: BetterDiscord
Discord language: Portuguese
The text was updated successfully, but these errors were encountered: