Skip to content
New issue

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

how to modify the bottom purple line? #127

Open
null1024-ws opened this issue Dec 31, 2024 · 1 comment
Open

how to modify the bottom purple line? #127

null1024-ws opened this issue Dec 31, 2024 · 1 comment

Comments

@null1024-ws
Copy link

it color, its shape (not a series of dot)

@r00bit1984
Copy link

r00bit1984 commented Feb 16, 2025

You can do that in the main.css in /assets/css/main.css, under footer.
For example, this is my config, a dashed line:

/* 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants