diff options
| author | Jonas Kohl | 2024-09-16 23:14:44 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-09-16 23:14:44 +0200 | 
| commit | e8ab5cbddd018f311e2d942c048203b8b3221e4e (patch) | |
| tree | eb8b88642c6e47a03e0e6b97dcc3dde3d9136cc8 | |
| parent | e79ec21fc8c03262ca4e16b68c08705495b7d2e5 (diff) | |
Tiny tweak
| -rw-r--r-- | src/themes/yeti/theme.json | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/src/themes/yeti/theme.json b/src/themes/yeti/theme.json index fcd50ca..2652e19 100644 --- a/src/themes/yeti/theme.json +++ b/src/themes/yeti/theme.json @@ -6,7 +6,12 @@      "author": "Jonas Kohl",      "files": [          "../../ui/yeti.min.css", -        "../../ui/site.css" +        "../../ui/site.css", +        [ +            ".image-attachment-image {", +            "box-shadow: 0 0 0 1px #ccc;", +            "}" +        ]      ]  } |