diff --git a/public/mit.svg b/public/mit.svg index 9fad476..3fc8ea0 100644 --- a/public/mit.svg +++ b/public/mit.svg @@ -1,11 +1,7 @@ - - - - - + MIT License + MIT License logo + + + diff --git a/public/theme.css b/public/theme.css index 02aff4a..29ff08d 100644 --- a/public/theme.css +++ b/public/theme.css @@ -4,7 +4,8 @@ h1.giga { h1.mega { font-size: var(--pt-canon); } -h1 { +h1, +header > p { font-size: var(--pt-double-great-primer); } h2 { @@ -417,7 +418,7 @@ textarea, display: grid; } .textarea-wrapper::after { - content: attr(data-replicated-value) " "; /* Needed to preventy jumpy behavior */ + content: attr(data-replicated-value) " "; /* Needed to prevent jumpy behavior */ visibility: hidden; white-space: pre-wrap; } @@ -463,6 +464,10 @@ input[type="reset"]:active:enabled { background-color: var(--color-accent-bright); } +svg { + fill: currentColor; +} + /*input[type="checkbox"], input[type="radio"] { appearance: none; diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 36d0ffb..a675fce 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -18,8 +18,8 @@ -
-

badblocks.dev

+ -
- +
+