Skip to content

Commit

Permalink
Update default styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Jul 10, 2024
1 parent bf6c640 commit b8dca97
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions v7/styleguide.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,11 @@ export default {
},
color: {
scales: {
gray: '#808080',
},
spots: {
},
ui: {
accent: '#00f',
background: '#fff',
body: '#222',
error: '#f00',
darkMode: {
accent: '#00f',
background: '#222',
body: '#eee',
error: '#f00',
}
},
},
customProperties: {
spots: {},
},
customProperties: {},
fonts: {
sans: 'system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif',
serif: 'Georgia, Cambria, Times New Roman, Times, serif',
Expand Down

0 comments on commit b8dca97

Please sign in to comment.