diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-26 14:57:48 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-26 14:57:48 +0200 |
| commit | 76d2c735a474f5f8aad9b7ca9735393069913c10 (patch) | |
| tree | 0f23e6711d201a626601ed49ff9ca7a37f44165b /htdocs/src/scss/base | |
| parent | 7a9084cb7b97c42a260619ae67797431c22bc2b0 (diff) | |
chore: change header/footer styles
The branding takes a less space. I add box shadows and border to
differentiate the header from the footer and the content.
Diffstat (limited to 'htdocs/src/scss/base')
| -rw-r--r-- | htdocs/src/scss/base/_typography.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/src/scss/base/_typography.scss b/htdocs/src/scss/base/_typography.scss index cd553e8..b0504b7 100644 --- a/htdocs/src/scss/base/_typography.scss +++ b/htdocs/src/scss/base/_typography.scss @@ -5,7 +5,7 @@ } body { - background: fun.get-var(color-bg-secondary); + background: fun.get-var(color-bg); color: fun.get-var(color-fg); font-size: fun.get-var(font-size-md); line-height: fun.get-var(line-height); |
