How do I modify css in this repo?
Closed this issue · 4 comments
imalightbulb commented
Thanks for the repo, it's a perfect starter to build a blog.
I'm trying to modify the css to change the color of the elements in the site but where should I start? I thought it's in global.css
, I modified the root section yet it doesn't seem to change anything.
trevortylerlee commented
Can you be more specific? What elements are you trying to change the color of?
Apart from the Pagefind or Giscus components, elements are either styled by global.css
or by Tailwind.
The color tokens under :root
in global.css
are for syntax highlighting in code blocks only.
imalightbulb commented
Specifically, I'm trying to style the background colors of the site in light and dark modes respectively.
trevortylerlee commented
imalightbulb commented
It worked, thanks for the response!