aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
blob: f4f67c700232e4a27193df8dd5394ef6e8c941f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.borderless td,
.borderless tr {
    border: none !important;
}

.comment + .comment{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1em;
}

.date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

article > header {
    margin-bottom: 2em; 
}