diff options
Diffstat (limited to 'src/application/themes/yeti/theme.json')
-rw-r--r-- | src/application/themes/yeti/theme.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/application/themes/yeti/theme.json b/src/application/themes/yeti/theme.json new file mode 100644 index 0000000..a027a30 --- /dev/null +++ b/src/application/themes/yeti/theme.json @@ -0,0 +1,20 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "yeti", + "name": "Yeti", + "author": "Jonas Kohl", + "files": [ + "../../../ui/icons/css/fork-awesome.min.css", + "../../../ui/yeti.min.css", + "../../../ui/fonts/mybb-icons/style.css", + "../../../ui/site.css", + "../../../ui/fonts/opensans.css", + [ + ".image-attachment-image {", + "box-shadow: 0 0 0 1px #ccc;", + "}" + ] + ] +} + |