summaryrefslogtreecommitdiff
path: root/src/themes/slate/theme.json
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-16 19:32:09 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-16 19:32:09 +0200
commit6b7e714b59e28bc138681662006941274c3261af (patch)
treec683082c0a00681542db02d415bd45968f0a517b /src/themes/slate/theme.json
parentfd3d969cf658475709db6a1e5090069cce51cbbd (diff)
A lot more stuff
Diffstat (limited to 'src/themes/slate/theme.json')
-rw-r--r--src/themes/slate/theme.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/themes/slate/theme.json b/src/themes/slate/theme.json
new file mode 100644
index 0000000..86ff321
--- /dev/null
+++ b/src/themes/slate/theme.json
@@ -0,0 +1,20 @@
+{
+ "$format": 1,
+ "version": "1.0.0",
+ "id": "slate",
+ "name": "Mystic Slate",
+ "author": "Jonas Kohl",
+ "files": [
+ "../../ui/slate.min.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);",
+ "}"
+ ]
+ ]
+}
+