diff --git a/site/main.ts b/site/main.ts index 4776591..0461379 100644 --- a/site/main.ts +++ b/site/main.ts @@ -254,6 +254,7 @@ input { font-size: inherit; } border: solid 2px currentcolor; padding: 0.6rem 1rem; border-radius: 1000px; + transition: all 1s ease-in-out; } :root[data-path="/"] h1 + ul a:hover { color: white; @@ -280,6 +281,9 @@ input { font-size: inherit; } :root[data-path="/"] h1 { font-size: 3em; } + :root[data-path="/"] h1 + ul { + margin-bottom: 4rem; + } }