aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
blob: 5dfa186100e404c8719fe2275aaf08083b691f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    font-size: 14px;
}

.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;
}