Skip to content

Commit

Permalink
Merge pull request #168 from knapsack-cloud/nav-style-update
Browse files Browse the repository at this point in the history
site style updates
  • Loading branch information
knapsack-cloud[bot] authored Sep 7, 2023
2 parents a39bb35 + 988306b commit 0612da0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 14 deletions.
40 changes: 27 additions & 13 deletions data/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6145,38 +6145,52 @@ settings:
https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2
type: url
style: normal
- family: Acme
src:
- format: woff2
path: https://fonts.gstatic.com/s/acme/v25/RrQfboBx-C5_XxrBbk_m3Lg.woff2
type: url
style: normal
weight: 400
navigation:
primaryNav:
accentColor:
tokenName: color-brand-secondary
tokenName: color.brand.primary
type: design-token
backgroundColor:
colorValue: '#535353'
tokenName: color-brand-white
tokenName: color.brand.black
type: design-token
fontFamily: Inter
fontWeight: 800
hoverColor:
tokenName: color-brand-primary
tokenName: color.brand.secondary
type: design-token
lineHeight: ''
textColor:
colorValue: '#FFFFFF'
tokenName: color-text-default
tokenName: color.text.inverse
type: design-token
secondaryNav:
accentColor:
tokenName: color-brand-secondary
type: design-token
fontFamily: Inter
fontWeight: 500
tabs: {}
tabs:
fontFamily: Inter
pageElements:
bodyText: {}
headingLarge:
fontWeight: 600
headingMedium:
fontFamily: Inter
fontWeight: 400
headingSmall: {}
headingMedium:
fontFamily: Inter
headingSmall:
fontFamily: Inter
headingXLarge:
fontFamily: Inter
fontWeight: 600
headingXSmall:
fontFamily: Inter
link:
fontWeight: 600
textColor:
Expand All @@ -6187,7 +6201,7 @@ settings:
fontFamily: Inter
fontWeight: 400
pageTitle:
fontFamily: Inter
fontFamily: Acme
fontWeight: 800
version: 9
title: public-demo
version: 10
title: Public Demo
2 changes: 1 addition & 1 deletion data/knapsack.custom-page.homepage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: homepage
title: Knapsack
title: Welcome to Knapsack
settings:
pageHeader:
size: full
Expand Down
7 changes: 7 additions & 0 deletions data/knapsack.design-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@
}
}
},
"content": {
"legalese": {
"$type": "string",
"$value": "this is the legal copy that should show up everywhere",
"$description": "don't not use this."
}
},
"spacing": {
"l": {
"$type": "dimension",
Expand Down

0 comments on commit 0612da0

Please sign in to comment.