Skip to content

Commit

Permalink
Reduce website font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Jan 31, 2025
1 parent a8cda5b commit 7594fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

html {
font-size: 18px;
font-size: 16px;
font-family: Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
background-image: linear-gradient(to right, var(--bg-secondary-color) 15%, var(--bg-primary-color) 85%);
}
Expand Down

0 comments on commit 7594fcc

Please sign in to comment.