Skip to content

Commit

Permalink
Merge pull request #304 from krymtkts:feature/font
Browse files Browse the repository at this point in the history
Reset font families for Bulma in `style.scss`.
  • Loading branch information
krymtkts authored Jan 11, 2025
2 parents 57fe17c + 589b885 commit bda9df9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ $sl-green: #859900;

--scrollbar-bg: transparent;
--scrollbar-color: rgba(238, 232, 213, 1);

--bulma-family-primary: sans-serif;
--bulma-family-secondary: sans-serif;
--bulma-family-code: monospace;
}

@mixin dark-theme {
Expand Down Expand Up @@ -162,6 +166,10 @@ $sl-green: #859900;

--scrollbar-bg: transparent;
--scrollbar-color: rgba(7, 54, 66, 1);

--bulma-family-primary: sans-serif;
--bulma-family-secondary: sans-serif;
--bulma-family-code: monospace;
}

@media (prefers-color-scheme: light) {
Expand Down

0 comments on commit bda9df9

Please sign in to comment.