diff options
Diffstat (limited to 'src/themes/cyborg')
-rw-r--r-- | src/themes/cyborg/theme.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/themes/cyborg/theme.json b/src/themes/cyborg/theme.json deleted file mode 100644 index db77d52..0000000 --- a/src/themes/cyborg/theme.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "$format": 1, - "version": "1.0.0", - "id": "cyborg", - "name": "Cyborg", - "author": "Jonas Kohl", - "files": [ - "../../ui/cyborg.min.css", - "../../ui/fonts/mybb-icons/style.css", - "../../ui/site.css", - [ - ".form-control {", - " background: #3c3c3c;", - " color: #fff;", - "}", - ".image-attachment-image {", - " border-color: #888;", - "}" - ] - ] -} - |