diff options
| author | Fuwn <[email protected]> | 2024-01-10 02:39:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-10 02:39:56 -0800 |
| commit | 43db4c0e9042b54d3da8aaf50d2c3513cfada70c (patch) | |
| tree | 6b00e0875d3c75fae671588f4ee4f59d2d192c8d /src/routes/+layout.svelte | |
| parent | feat(wrapped): show previous ongoing media (diff) | |
| download | due.moe-43db4c0e9042b54d3da8aaf50d2c3513cfada70c.tar.xz due.moe-43db4c0e9042b54d3da8aaf50d2c3513cfada70c.zip | |
feat(css): new body font
Diffstat (limited to 'src/routes/+layout.svelte')
| -rw-r--r-- | src/routes/+layout.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 0b78c448..d726fc20 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -90,6 +90,7 @@ Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; font-weight: 550; + padding: 0.8rem 0.4rem; } :global(html.light-theme) { |