fix: book focus state

This commit is contained in:
Cory Dransfeldt 2024-06-20 19:50:19 -07:00
parent b9506f48ac
commit 1f3f03a7bd
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.5.19",
"version": "19.5.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.5.19",
"version": "19.5.20",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.5.19",
"version": "19.5.20",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -14,6 +14,10 @@
transition-duration: 300ms;
}
a {
display: flex;
}
& a:hover img,
& a:focus img,
& a:active img {