From 76d2c735a474f5f8aad9b7ca9735393069913c10 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 26 Oct 2021 14:57:48 +0200 Subject: 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. --- htdocs/src/scss/base/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/src/scss/base') 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); -- cgit v1.2.3