🍜📡 Checkpoint

./styles/main.css:69682263/268
./2024/index.html:69682263/193
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-12 18:45:22 +00:00
parent 0f96c00a16
commit de4fecf631
2 changed files with 10 additions and 12 deletions

View File

@ -80,8 +80,11 @@
</ul> </ul>
<h2> <h2>
Last year's physical zines Last year's zines
</h2> </h2>
<p>
<a href="https://docs.google.com/spreadsheets/d/1-lXvqXcvZi7Gtwuu9cPr9IUraCrTfgp3fchJvR7el-I/edit?usp=sharing">View the catalog.</a>
</p>
<img src="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2024.jpeg?v=1733981547439" <img src="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2024.jpeg?v=1733981547439"
alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."/> alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."/>
</main> </main>

View File

@ -69,7 +69,7 @@
padding: 0.05rem 1rem; padding: 0.05rem 1rem;
width: 100%; width: 100%;
border: solid var(--color-text-header); border: solid var(--color-text-header);
border-radius: 5px; border-radius: 3px;
margin-top: 1rem; margin-top: 1rem;
text-align: center; text-align: center;
} }
@ -89,7 +89,7 @@ a:visited {
font-weight: bold; font-weight: bold;
padding: 0 .2rem; padding: 0 .2rem;
text-decoration: none; text-decoration: none;
border-radius: 5px; border-radius: 3px;
} }
/* Images */ /* Images */
@ -145,14 +145,9 @@ dd {
} }
/* Focus */ /* Focus */
*:focus { *:focus,
outline: 3px solid var(--color-text-main);
outline-offset: 2px;
background-color: var(--color-bg);
color: var(--color-text-main);
}
a:focus { a:focus {
color: var(--color-text-main); outline: 3px solid var(--color-text-header);
background-color: var(--color-bg); outline-offset: 2px;
background-color: var(--color-text-header);
} }