Basic design concept for a nav bar
This commit is contained in:
parent
cbd050edda
commit
46c338dc1b
5 changed files with 121 additions and 69 deletions
|
@ -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"',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue