Skip to content

Commit

Permalink
Use --font-s variable
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Lasser <[email protected]>
  • Loading branch information
eyeseast and allanlasser authored Mar 26, 2024
1 parent 5dc5111 commit 778f560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/kit.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ dt {

dd {
color: var(--gray-5, #233944);
font-size: 0.875rem;
font-size: var(--font-s, 0.875rem);
font-weight: var(--font-regular, 400);
}

0 comments on commit 778f560

Please sign in to comment.