summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-16 23:14:44 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-16 23:14:44 +0200
commite8ab5cbddd018f311e2d942c048203b8b3221e4e (patch)
treeeb8b88642c6e47a03e0e6b97dcc3dde3d9136cc8
parente79ec21fc8c03262ca4e16b68c08705495b7d2e5 (diff)
Tiny tweak
-rw-r--r--src/themes/yeti/theme.json7
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;",
+ "}"
+ ]
]
}