Skip to content

Commit

Permalink
Tweak line height
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Jan 21, 2024
1 parent 08c946b commit 766c751
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ $root-font-family: "Source Sans Pro","Arial",sans-serif;
// poole's variables
$root-font-size: 1rem;
$root-font-weight: 400;
// golden ratio https://grtcalculator.com
// 18px @ 33 px, 20px @ 33 px ~ 1.667em
$root-line-height: 1.667em;
$root-line-height: 1.6em;

$body-color: #0d3a58;
$body-bg: #fff;
Expand All @@ -50,7 +48,7 @@ $code-fence-font-size: .8rem;
$code-background-color: #f3f3f3;
//$code-fence-background-color: #f3f3f3;
$code-fence-background-color: #0d3a58;
$code-line-height: 1.667em;
$code-line-height: 1.6em;

// links
$link-color: $blue;
Expand Down

0 comments on commit 766c751

Please sign in to comment.