From caf8ee7d5e82c1cdde1f921b5ea03b536fe7c375 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 2 Feb 2022 02:15:04 +0000 Subject: [PATCH] balance out display with huge hack --- css/theme.css | 4 +++- index.html | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/theme.css b/css/theme.css index b847b5a..6c219d8 100644 --- a/css/theme.css +++ b/css/theme.css @@ -23,6 +23,8 @@ body { h1 { margin: 3em 0; } +.hidden { display: hidden; } + #header { /* Ref https://app.haikei.app/ */ background: url("./layered-waves-haikei.svg") bottom/cover; @@ -34,7 +36,7 @@ h1 { margin: 3em 0; } align-items: center; } -#starting-regen { +#starting-regen, .starting-regen { background: transparent; border: 0; font-size: 200%; diff --git a/index.html b/index.html index 9ed50a3..a7077f0 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,8 @@