summaryrefslogtreecommitdiff
path: root/src/themes/slate/theme.css
blob: a086ce723ae9525ee0c07640814b12e82dd692c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @theme slate
 * @name Mystic Slate
 * @author Jonas Kohl
 * @version 1.0.0
 * @format 1
 */
@import url("../../ui/slate.min.css");
@import url("../../ui/site.css");
.post-container-controls {
    background-image: linear-gradient(transparent, #272b30 56%);
}
.post-container-controls::after {
    background: rgba(0,0,0,0.6);
}