Basic design concept for a nav bar

This commit is contained in:
Dane Everitt 2019-06-24 22:17:58 -07:00
parent cbd050edda
commit 46c338dc1b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 121 additions and 69 deletions

View file

@ -44,7 +44,7 @@ View the full documentation at https://tailwindcss.com.
let colors = {
'transparent': 'transparent',
'black': '#1F2933',
'black': 'hsl(210, 27%, 10%)',
'white': '#ffffff',
'basically-white': '#fafafb',
@ -196,6 +196,12 @@ module.exports = {
'system-ui',
'sans-serif',
],
'header': [
'"IBM Plex Sans"',
'"Roboto"',
'system-ui',
'sans-serif',
],
'serif': [
'Constantia',
'"Lucida Bright"',