aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_comments.scss
blob: 535ea71bd536c75008ef7025b4fba826877160e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.comments-wrapper {
    padding: 25px;
}

.comments-header .title {
    color: whitesmoke;
}

.comments-wrapper {
    p {
        color: whitesmoke;
    }
    small {
        color: #7a7a7a;
    }
    strong {
        color: whitesmoke;
        font-weight: 100;
    }
    a {
        color: #dd7325;
    }
    .media {
        .media, + .media {
            border-top: 1px solid #dd7325;
        }
    }
}