diff --git a/package.json b/package.json index ab7be0a..bb7e8a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nblackburn/website", "private": true, - "version": "1.56.0", + "version": "1.57.0", "type": "module", "scripts": { "start": "astro dev", diff --git a/src/components/intro.css.ts b/src/components/intro.css.ts index b03321f..276063c 100644 --- a/src/components/intro.css.ts +++ b/src/components/intro.css.ts @@ -3,7 +3,7 @@ import { vars, sizes, breakpoints } from '@styles/theme.css'; export const intro = style({ display: 'grid', - fontSize: '1.2rem', + fontSize: '1.1rem', rowGap: sizes.small, textAlign: 'justify', alignItems: 'center', diff --git a/src/layouts/about.css.ts b/src/layouts/about.css.ts index 61fee1b..4597ea4 100644 --- a/src/layouts/about.css.ts +++ b/src/layouts/about.css.ts @@ -25,6 +25,7 @@ export const story = style({}); globalStyle(`${story} p`, { lineHeight: 1.3, + fontSize: '1.1rem', color: `rgb(${vars.colors.sonicSilver})`, '@media': { '(prefers-color-scheme: dark)': {