aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_comments.scss
blob: 8a79bfb7b2257d596fbbb36859cd56f5f7f5c8e2 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.warning-sp {
    display: none;
}

.comments-content {
    background-color: $card;
    padding-bottom: 10px;
    margin-top: 20px;
}

.comments-wrapper {
    padding: 25px;
}

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


.comments-wrapper {
    p {
        color: whitesmoke;
	>a {
	    color: $clinks;
	}
    }
    a {
        color: $clinks;
        &:hover {
            color: $hlinks;
        }
    }
    small {
        color: #7a7a7a;
    }
    strong {
	>a {
	    color: $author;
	    font-weight: 100;
	}
    }
    time {
	>small {
	    >a {
		color: grey;
	    }
	}
    }
    .media {
        .media, + .media {
            border-top: 1px solid $slinks;
        }
    }
}