small fixes
This commit is contained in:
@ -83,7 +83,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
font-family: 'Bellota', sans-serif;
|
font-family: 'Bellota', Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|||||||
@ -85,13 +85,13 @@ nav a:has(img) {
|
|||||||
justify-self: start;
|
justify-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:has(img):focus {
|
nav a:has(img):focus-visible {
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
outline-offset: .2rem;
|
outline-offset: .2rem;
|
||||||
outline: .2rem solid var(--color-accent);
|
outline: .2rem solid var(--color-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:has(img):focus img {
|
nav a:has(img):focus-visible img {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user