diff --git a/css/theme.css b/css/theme.css index 0bbce18..b847b5a 100644 --- a/css/theme.css +++ b/css/theme.css @@ -21,6 +21,13 @@ body { color: var(--accent); } +h1 { margin: 3em 0; } + +#header { + /* Ref https://app.haikei.app/ */ + background: url("./layered-waves-haikei.svg") bottom/cover; +} + #input-line { display: flex; justify-content: center; @@ -35,11 +42,6 @@ body { margin-left: 0.5em; } -#header { - /* Ref https://app.haikei.app/ */ - background: url("./layered-waves-haikei.svg") bottom/cover; -} - input[type=text] { color: var(--accent); font-family: "Ubuntu", sans-serif; diff --git a/index.html b/index.html index 399e5d4..9ed50a3 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,6 @@