aboutsummaryrefslogtreecommitdiff
path: root/html/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/base.css')
-rw-r--r--html/base.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/base.css b/html/base.css
index df6213a..dd08387 100644
--- a/html/base.css
+++ b/html/base.css
@@ -88,11 +88,11 @@ body {
--line-height: 0.4em;
}
-div.bottom_line {
+div.top_line {
height: var(--line-height);
background: linear-gradient(#555, transparent);
}
-div.top_line {
+div.bottom_line {
height: var(--line-height);
background: linear-gradient(transparent, #555);
}