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
it color, its shape (not a series of dot)
The text was updated successfully, but these errors were encountered:
You can do that in the main.css in /assets/css/main.css, under footer. For example, this is my config, a dashed line:
main.css
/assets/css/main.css
footer
/* Footer */ footer { display: flex; align-items: center; border-top: 3px dashed var(--bordercl); padding: 1rem 0rem; margin-top: 2rem; }
The border color can be set at the very top of the main.css. Link to the file
Sorry, something went wrong.
No branches or pull requests
it color, its shape (not a series of dot)
The text was updated successfully, but these errors were encountered: