small fixes

This commit is contained in:
2026-01-25 16:46:25 -08:00
parent 2abe5bedcd
commit 263bc07bb2
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ h1, h2, h3, h4, h5, h6 {
h1,
h2 {
font-family: 'Bellota', sans-serif;
font-family: 'Bellota', Arial, Helvetica, sans-serif;
}
h1 {

View File

@ -85,13 +85,13 @@ nav a:has(img) {
justify-self: start;
}
nav a:has(img):focus {
nav a:has(img):focus-visible {
border-radius: 2rem;
outline-offset: .2rem;
outline: .2rem solid var(--color-accent);
}
nav a:has(img):focus img {
nav a:has(img):focus-visible img {
outline: none;
}