Skip to content

Instantly share code, notes, and snippets.

@0x1ad2
Created September 26, 2019 05:59
Show Gist options
  • Select an option

  • Save 0x1ad2/93ad6dac2590f8c95ff7a6296880a157 to your computer and use it in GitHub Desktop.

Select an option

Save 0x1ad2/93ad6dac2590f8c95ff7a6296880a157 to your computer and use it in GitHub Desktop.

Revisions

  1. Dennis Bruijn created this gist Sep 26, 2019.
    12 changes: 12 additions & 0 deletions theme-ui-example.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    export default {
    fonts: {
    body: 'system-ui, sans-serif',
    heading: '"Avenir Next", sans-serif',
    monospace: 'Menlo, monospace',
    },
    colors: {
    text: '#000',
    background: '#fff',
    primary: '#33e',
    },
    }