diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-02 11:18:45 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-02 11:18:45 +1000 |
| commit | d7f0c9365f1c0954de4938c44f7988996a3ca6f7 (patch) | |
| tree | 0a300d3d226e248399f0ef9dbea6d9d0b1335aa6 /wwwroot/styles/global.css | |
| parent | 693357f3e35e4141f17c55e182e89f05ae8d0ecb (diff) | |
Improved page layouts
Diffstat (limited to 'wwwroot/styles/global.css')
| -rw-r--r-- | wwwroot/styles/global.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index b694fe4..50f20f1 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -21,6 +21,8 @@ --col-switch-bg: var(--col-bg); --col-switch-fg: #fff; --col-switch-bg-hl: var(--col-accent-pri); + + --size-default-gap: 30px; } ::selection { |
