summaryrefslogtreecommitdiff
path: root/static/css/theme.css
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-06 08:41:27 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-06 08:41:27 -0600
commit55cfef7fcaad7a657336b8be62508be9f631ff86 (patch)
tree83f0186fa17be58322403cf769f85032d02fa6d1 /static/css/theme.css
parent28d1ea21350640ff5da7412b7e096cc09f7cb567 (diff)
reflect new changes
Diffstat (limited to 'static/css/theme.css')
-rw-r--r--static/css/theme.css6
1 files changed, 3 insertions, 3 deletions
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);
}