Skip to content

Commit

Permalink
Fix 'seriff' Typo to 'serif' in readme.md (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
seandan7 committed Aug 17, 2020
1 parent 2f5a575 commit e51adc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/blog/going-dark-with-nuxtjs-color-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Now you need to add some styles to your mode classes. Let's add a `main.css` fil
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-seriff;
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: var(--bg);
color: var(--color);
transition: background-color 0.3s;
Expand Down

0 comments on commit e51adc8

Please sign in to comment.