summaryrefslogtreecommitdiff
path: root/src/themes/slate/theme.json
blob: 83edd9688a45e9c4d3f525042916951639d4b13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "$format": 1,
    "version": "1.0.0",
    "id": "slate",
    "name": "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);",
            "}"
        ]
    ]
}