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
background
linear-gradient
Hello,
My blog has a blue header via HEADER_COLOR=PowderBlue.
HEADER_COLOR=PowderBlue
I would like to change header's style to background: linear-gradient:
background: linear-gradient
I have tried to change User defined CSS but I was not able to change the style (I am a CSS newbie 😇).
Thanks in advance for your help. 😃
PS: my blog's code is in this GitHub repository.
The text was updated successfully, but these errors were encountered:
Fix gilsondev#83: Allow custom header style via NO_HEADER_STYLE pro…
NO_HEADER_STYLE
1f27d18
…perty Custom style will be in User defined CSS: https://github.com/gilsondev/pelican-clean-blog#user-defined-css
Fix gilsondev#83: Add a div for custom header style 🎨
bbe6c13
I can be used in User defined CSS (https://github.com/gilsondev/pelican-clean-blog#user-defined-css), for instance like this: div#header-with-navigation { background: linear-gradient(Red, Black); }
I did these two changes in my own fork: nicokosi@bbe6c13 nicokosi@1f27d18
It allows this (see blog change):
Not sure if I should propose the change "upstream". ❓
Sorry, something went wrong.
No branches or pull requests
Hello,
My blog has a blue header via
HEADER_COLOR=PowderBlue
.I would like to change header's style to
background: linear-gradient
:I have tried to change User defined CSS but I was not able to change the style (I am a CSS newbie 😇).
Thanks in advance for your help. 😃
PS: my blog's code is in this GitHub repository.
The text was updated successfully, but these errors were encountered: