diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-07-16 14:45:49 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-07-16 14:45:49 +0100 |
| commit | 13ecbf137ebabbeaa44696ccd021706cc9502a37 (patch) | |
| tree | 90dbc7adab9b51a14884268ae7b320bd9f9947ba /website | |
| parent | 32c636a41b7b691320990ca1ab12199f0825fd7b (diff) | |
Base font is font-weight:light
Diffstat (limited to 'website')
| -rw-r--r-- | website/public/css/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/public/css/base.css b/website/public/css/base.css index e0ddf35..ef6a380 100644 --- a/website/public/css/base.css +++ b/website/public/css/base.css @@ -60,6 +60,7 @@ body { font-size: var(--font-size-base); color: var(--colour-primary-fg); + font-weight: light; background-color: var(--colour-primary-bg); line-height: 1.5; |
