diff --git a/index.html b/index.html index f5fdead..ea880bc 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@ - diff --git a/styles/iframe.css b/styles/iframe.css deleted file mode 100644 index f7dc966..0000000 --- a/styles/iframe.css +++ /dev/null @@ -1,13 +0,0 @@ -/* Iframes on signup page */ - -.iframe-flex { - display: flex; - flex-wrap: wrap; - justify-content: center; -} - -.iframe { - margin-top: 2rem; - flex: 0 0 100%; - max-width: 750px; -} \ No newline at end of file diff --git a/styles/main.css b/styles/main.css index 24ec02a..ee97d56 100644 --- a/styles/main.css +++ b/styles/main.css @@ -52,10 +52,6 @@ border-top: 4px solid light-dark(var(--color-header-light), var(--color-header-dark)); } -.divider { - padding: 0 1rem; -} - /* Body */ body { font-family: sans-serif; @@ -75,8 +71,7 @@ a:visited { } /* Focus */ -*:focus, -a:focus { +*:focus-visible { outline: 3px solid light-dark(var(--color-header-light), var(--color-header-dark)); outline-offset: 2px; background-color: light-dark(var(--color-header-light), var(--color-header-dark)); @@ -88,8 +83,7 @@ h3 a:visited { background-color: light-dark(var(--color-header-light), var(--color-header-dark)); } -h3 *:focus, -h3 a:focus { +h3 *:focus-visible { outline: 3px solid light-dark(var(--color-text-light), var(--color-text-dark)); background-color: light-dark(var(--color-text-light), var(--color-text-dark)); } @@ -138,19 +132,19 @@ h1 { @media (min-width: 650px) { h1 { - margin: 5rem 0 2rem 0; + margin: 5rem 0 2rem; } } h2 { font-size: 2rem; - padding: 3rem 0 0 0; + padding: 3rem 0 0; border-top: solid; } h3 { font-size: 1.4rem; - margin: 1rem 0 0 0; + margin: 1rem 0 0; } /* dl/dt/dd */ diff --git a/years/2025/index.html b/years/2025/index.html index 5503d77..e900172 100644 --- a/years/2025/index.html +++ b/years/2025/index.html @@ -37,8 +37,6 @@