Skip to content

Commit

Permalink
Up themes
Browse files Browse the repository at this point in the history
  • Loading branch information
terotik committed Sep 26, 2023
1 parent eebe79d commit 2712d64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion common/ThemedGlobalStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ const GlobalStyle = createGlobalStyle`
}
.text-content {
font-family: ${(props) => props.theme.fontFamilyContent};
font-family: ${(props) =>
`${props.theme.fontFamilyContent}, ${props.theme.fontFamilyFallback}`};
a {
text-decoration: underline;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
],
"packageManager": "[email protected]",
"optionalDependencies": {
"@kausal/themes-private": "^0.2.65"
"@kausal/themes-private": "^0.2.66"
},
"lint-staged": {
"*.{tsx,ts,js,css,scss,md,json}": "prettier --write"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3395,10 +3395,10 @@ __metadata:
languageName: node
linkType: hard

"@kausal/themes-private@npm:^0.2.65":
version: 0.2.65
resolution: "@kausal/themes-private@npm:0.2.65"
checksum: 832d36119aca720fbcc89b3f0e517cd6130fab6b432354f8c783e375220694f4aaa1752eaa1d0fa089cede59bb2378272593a384559676646aedc2f5fd04d94f
"@kausal/themes-private@npm:^0.2.66":
version: 0.2.66
resolution: "@kausal/themes-private@npm:0.2.66"
checksum: 265355e37fcad88a2629921a32eaec0593708fd3770f729c621c1794749e9e4581f443ac6c477f0943d080b67e59c12175b94cc82a1820c58ed51a77839fb97f
languageName: node
linkType: hard

Expand Down Expand Up @@ -16900,7 +16900,7 @@ __metadata:
"@kausal/mapboxgl-legend": ^1.7.2
"@kausal/plotly-custom": ^2.14.3
"@kausal/themes": ^0.6.3
"@kausal/themes-private": ^0.2.65
"@kausal/themes-private": ^0.2.66
"@koa/router": ^10.1.1
"@n8tb1t/use-scroll-position": ^2.0.3
"@next/bundle-analyzer": ^12.1.6
Expand Down

0 comments on commit 2712d64

Please sign in to comment.