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

Theme and Color: Please Smplify! #1193

Closed
Quasaur opened this issue Jun 8, 2024 · 3 comments
Closed

Theme and Color: Please Smplify! #1193

Quasaur opened this issue Jun 8, 2024 · 3 comments

Comments

@Quasaur
Copy link

Quasaur commented Jun 8, 2024

I've read through the docs but am having no luck downloading new themes, changing the current theme or adjusting the page colors to suit my tastes.

I've experimented with the SCCS, TS & CSS files, but i'm afraid i'm doing more harm than good.

All i want to do is change the page background color to #212f4a...please show me how to do that!

THANK YOU for what is otherwise a BRILLIANT Solution to my problem!

@saberzero1
Copy link
Contributor

Extend your quartz/styles/custom.scss to something like this:

@use "./base.scss";

// put your custom CSS here!
body, section {
  background-color: #212f4a;
}

This file is also the place to put any other overrides/extensions to the default theme.

@Quasaur
Copy link
Author

Quasaur commented Jun 10, 2024

Thanks...will have to wait till i get home to test.

@Quasaur
Copy link
Author

Quasaur commented Jun 10, 2024

it worked...please close issue.

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

3 participants