diff options
| -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;", +            "}" +        ]      ]  } |