diff --git a/2024/index.html b/2024/index.html index 95332ca..435c6e9 100644 --- a/2024/index.html +++ b/2024/index.html @@ -80,8 +80,11 @@

- Last year's physical zines + Last year's zines

+

+ View the catalog. +

A number of zines of various sizes and designs and colors laid out on a very colorful bedspread. diff --git a/styles/main.css b/styles/main.css index 0a8cb8e..991450f 100644 --- a/styles/main.css +++ b/styles/main.css @@ -69,7 +69,7 @@ padding: 0.05rem 1rem; width: 100%; border: solid var(--color-text-header); - border-radius: 5px; + border-radius: 3px; margin-top: 1rem; text-align: center; } @@ -89,7 +89,7 @@ a:visited { font-weight: bold; padding: 0 .2rem; text-decoration: none; - border-radius: 5px; + border-radius: 3px; } /* Images */ @@ -145,14 +145,9 @@ dd { } /* Focus */ -*:focus { - outline: 3px solid var(--color-text-main); - outline-offset: 2px; - background-color: var(--color-bg); - color: var(--color-text-main); -} - +*:focus, a:focus { - color: var(--color-text-main); - background-color: var(--color-bg); + outline: 3px solid var(--color-text-header); + outline-offset: 2px; + background-color: var(--color-text-header); } \ No newline at end of file