diff options
author | Jonas Kohl | 2024-09-16 23:13:07 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-16 23:13:07 +0200 |
commit | e79ec21fc8c03262ca4e16b68c08705495b7d2e5 (patch) | |
tree | 0a550efa99577c52e23f19213ac4dcbd0ff044c8 /src/themes/cyborg | |
parent | f2a5f45355b83540dbb42b3a198a20ec354e0422 (diff) |
Theme stuff
Diffstat (limited to 'src/themes/cyborg')
-rw-r--r-- | src/themes/cyborg/theme.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/themes/cyborg/theme.json b/src/themes/cyborg/theme.json new file mode 100644 index 0000000..38ee8c0 --- /dev/null +++ b/src/themes/cyborg/theme.json @@ -0,0 +1,21 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "cyborg", + "name": "Cyborg", + "author": "Jonas Kohl", + "files": [ + "../../ui/cyborg.min.css", + "../../ui/site.css", + [ + ".form-control {", + " background: #3c3c3c;", + " color: #fff;", + "}", + ".image-attachment-image {", + " border-color: #888;", + "}" + ] + ] +} + |