pointer for clickable images

This commit is contained in:
2026-05-13 20:46:48 -07:00
parent 72c5904c27
commit 58be723eef

View File

@ -1,3 +1,7 @@
img[tabindex="0"] {
cursor: pointer;
}
img[tabindex="0"]:focus-visible {
outline: .15rem solid var(--color-teal);
}