aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
blob: d79fb505d347845177167c26548e933c087372e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.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; 
}

nav .fa {
    margin-left: 0.5em;
}