summaryrefslogtreecommitdiff
path: root/src/ui/theme-slate.css
blob: e72bf128d8ba7b3286b21cc90e3bbb4e917eb003 (plain)
1
2
3
4
5
6
7
8
@import url("./slate.min.css");
@import url("./site.css");
.post-container-controls {
    background-image: linear-gradient(transparent, #272b30 56%);
}
.post-container-controls::after {
    background: rgba(0,0,0,0.6);
}