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
I know there are some nice pre-made themes. But if I need to use specific colors or fonts, what is the recommended approach?
The text was updated successfully, but these errors were encountered:
Hi @petterhoel, we don't provide any documentation about it, but it isn't difficult to make your own.
If you check one of the theme css file, can find every comments what element or part is belong to.
My recommendation about styling is,
url("...")
.bb-color-pattern { background-image: url("#00c73c;#fa7171;#2ad0ff;#7294ce;#e3e448;#cc7e6e;#fb6ccf;#c98dff;#4aea99;#bbbbbb;"); }
Sorry, something went wrong.
That sounds very doable. Many thanks ☺️
No branches or pull requests
I know there are some nice pre-made themes. But if I need to use specific colors or fonts, what is the recommended approach?
The text was updated successfully, but these errors were encountered: