From 55cfef7fcaad7a657336b8be62508be9f631ff86 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 6 Jun 2021 08:41:27 -0600 Subject: reflect new changes --- static/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/css/theme.css') diff --git a/static/css/theme.css b/static/css/theme.css index 6fc0501..f490841 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -109,7 +109,7 @@ body { } main { - background: linear-gradient(var(--bg) 0.5em, 1em, var(--body-bg) 1.5em calc(100% - 1.5em), calc(100% - 1em), var(--bg) calc(100% - 0.5em)); + background: var(--body-bg); } pre, code { @@ -119,7 +119,7 @@ pre, code { /* nav bar */ body > header { - background: linear-gradient(var(--body-bg) calc(100% - 1.5em), calc(100% - 1em), var(--bg) calc(100% - 0.5em)); + background: var(--bg); } nav li { @@ -142,7 +142,7 @@ nav li:hover > a { /* footer */ body > footer { - background: linear-gradient(var(--bg) calc(100% - 1.5em), calc(100% - 1em), var(--body-bg) calc(100% - 0.5em)); + background: var(--bg); } -- cgit v1.2.3-54-g00ecf