From de4fecf631ee2693aa48a38b5caf39954473630f Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Thu, 12 Dec 2024 18:45:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=9C=F0=9F=93=A1=20Checkpoint=20./style?= =?UTF-8?q?s/main.css:69682263/268=20./2024/index.html:69682263/193?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2024/index.html | 5 ++++- styles/main.css | 17 ++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) 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