diff --git a/src/imag/static/index.css b/src/imag/static/index.css index a881006..4bdcef4 100644 --- a/src/imag/static/index.css +++ b/src/imag/static/index.css @@ -9,7 +9,7 @@ * { color: whitesmoke; - background-color: #000; + background-color: #353935; } body { @@ -18,6 +18,11 @@ body { padding: 2em; } +html { + height: 100%; + background: linear-gradient(234deg, #28282B, #353935); +} + h1 { text-align: center; } diff --git a/src/imag/templates/index.j2 b/src/imag/templates/index.j2 index 1f5260b..9fcd669 100644 --- a/src/imag/templates/index.j2 +++ b/src/imag/templates/index.j2 @@ -89,6 +89,9 @@