diff options
author | Jonas Kohl | 2024-10-15 16:01:32 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-15 16:01:32 +0200 |
commit | e0e89b9fdbf301e0ead944636023947a67aca57d (patch) | |
tree | cfaba505852996d7b3c1e62ec19376fdcfbdd3dd /src/themes/yeti | |
parent | 80dc53d81f648609a1a34f468cd31c3bf752dc3d (diff) |
Move themes to different folder
Diffstat (limited to 'src/themes/yeti')
-rw-r--r-- | src/themes/yeti/theme.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/themes/yeti/theme.json b/src/themes/yeti/theme.json deleted file mode 100644 index 7c40c01..0000000 --- a/src/themes/yeti/theme.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$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;", - "}" - ] - ] -} - |