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/slate | |
| parent | 80dc53d81f648609a1a34f468cd31c3bf752dc3d (diff) | |
Move themes to different folder
Diffstat (limited to 'src/themes/slate')
| -rw-r--r-- | src/themes/slate/theme.json | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/src/themes/slate/theme.json b/src/themes/slate/theme.json deleted file mode 100644 index 1bd048b..0000000 --- a/src/themes/slate/theme.json +++ /dev/null @@ -1,22 +0,0 @@ -{ -    "$format": 1, -    "version": "1.0.0", -    "id": "slate", -    "name": "Slate", -    "author": "Jonas Kohl", -    "files": [ -        "../../ui/icons/css/fork-awesome.min.css", -        "../../ui/slate.min.css", -        "../../ui/fonts/mybb-icons/style.css", -        "../../ui/site.css", -        [ -            ".post-container-controls {", -            "    background-image: linear-gradient(transparent, #272b30 56%);", -            "}", -            ".post-container-controls::after {", -            "    background: rgba(0,0,0,0.6);", -            "}" -        ] -    ] -} - |