Skip to content

Commit

Permalink
Fix the default font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan committed Nov 1, 2023
1 parent 2b95bb3 commit b35a238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ input[type='range']:focus::-moz-range-thumb {
body {
background-color: theme('colors.panel-background-alt');
color: theme('colors.panel-text');
font-weight: 400;
font-weight: 350;
}

::-webkit-scrollbar {
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
fontWeight: {
extralight: 100,
light: 200,
normal: 300,
normal: 350,
medium: 400,
semibold: 500,
bold: 600,
Expand Down

0 comments on commit b35a238

Please sign in to comment.