♿ focus styles for archive
This commit is contained in:
@@ -577,6 +577,14 @@ main {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Enhanced focus indicator for archive items */
|
||||||
|
.archive-item a:focus,
|
||||||
|
.archive-item a:focus-visible {
|
||||||
|
outline: 3px solid var(--color-primary);
|
||||||
|
outline-offset: -3px; /* Inset the outline so it's inside the border */
|
||||||
|
background: var(--color-hover-bg);
|
||||||
|
}
|
||||||
|
|
||||||
.archive-item img {
|
.archive-item img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: var(--archive-thumbnail-height);
|
height: var(--archive-thumbnail-height);
|
||||||
|
|||||||
Reference in New Issue
Block a user