Custom styles
Customize the appearance of your site with CSS.
Creating the file
- Create a new file named
custom.css
in the root of your repository (or the root directory of your site if you're publishing from a subfolder) - Add your CSS rules to customize colors, fonts, layouts, and more
- Commit and sync your site to apply the changes
Info
For a detailed guide including examples and step-by-step instructions, check out this blog post.