fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
591 stars 744 forks source link

Change font size #90

Open anishazaveri opened 4 years ago

anishazaveri commented 4 years ago

I find the font size on the posts to be very large. I tried to make it smaller by editing main.scss to:

---
# Use a comment to ensure Jekyll reads the file to be transformed into CSS later
# only main files contain this front matter, not partials.
---
$code-color: #202020;
$root-font-size: 0.5rem;
@import "hydeout";

but this did not change the font size.

B-R-P commented 3 years ago

How to edit it in Jekyll GitHub pages?