Skip to content

Commit

Permalink
fix typo for --font-mono variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Oct 14, 2023
1 parent 8f27efb commit 6aae795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/root.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
/* stylelint-disable-next-line value-keyword-case */
--font-mono: ui-monospace, SFMono-Regularr, Menlo, monospace;
--font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
--gray-100: 236 239 244;
--gray-400: 183 180 199;
--gray-600: 53 51 60;
Expand Down

0 comments on commit 6aae795

Please sign in to comment.