Skip to content

Commit

Permalink
chore: add styles for small element
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo committed Feb 6, 2025
1 parent d1bd499 commit e3bfb5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ body {
color: var(--text-color);
margin: 0;
}

small {
font: var(--font-text-s);
}
Original file line number Diff line number Diff line change
Expand Up @@ -2679,3 +2679,8 @@ body {
font: var(--font-text-m);
margin: 0;
}

small {
font: 400 14px/20px JetBrains Sans, Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Oxygen, Droid Sans, Helvetica Neue, Arial;
font: var(--font-text-s);
}
Loading

0 comments on commit e3bfb5a

Please sign in to comment.