Skip to content

Commit

Permalink
updated dusty theme
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderlineWords committed Mar 2, 2022
1 parent 0ffcce0 commit 04f24e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dusty/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ $punica-themes: (
'type' : 'light', // light or dark (required*),
'google-font': (
'name' : 'Source+Sans+Pro', // or Source+Sans+Pro etc
'weights' : '300;400;600;700;900',
'weights' : '300;400;600;700',
),
'typography': (
'font-family' : 'Source Sans Pro',
'font-size' : .8538em,
'font-weight' : 400,
'line-height' : 1.9,
'header-weight' : 900,
'header-weight' : 700,
),
'color': (
'text' : #525252,
Expand Down Expand Up @@ -52,7 +52,7 @@ $punica-themes: (
'border-color' : null, // (null = border > color)
'outline-color' : #8396b1,
'outline-width' : 2px,
'label-weight' : 900
'label-weight' : 700
),
'components': (
'navbar': (
Expand All @@ -72,7 +72,7 @@ $punica-themes: (
),
'elements': (
'button': (
'font-weight' : 900,
'font-weight' : 700,
'radius' : null, // (null = border > radius)
'secondary': (
'color' : null,
Expand Down
4 changes: 2 additions & 2 deletions dusty/punica-dusty.min.css

Large diffs are not rendered by default.

0 comments on commit 04f24e1

Please sign in to comment.