fix: same bug in watching

This commit is contained in:
Cory Dransfeldt 2024-08-10 21:45:54 -07:00
parent cd7aa6a011
commit 6bd06f5dcf
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.1.1", "version": "22.1.2",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -1,4 +1,16 @@
.watching { .watching {
& a:focus img,
& a:focus-within img {
border: 0
}
& a:focus .shadow::after,
& a:focus-within .shadow::after {
left: 0;
width: 100%;
height: 100%
}
& img { & img {
border: var(--border-default); border: var(--border-default);
width: 100%; width: 100%;