-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommento.css
More file actions
44 lines (35 loc) · 1.09 KB
/
Copy pathcommento.css
File metadata and controls
44 lines (35 loc) · 1.09 KB
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
.commento-root, .commento-root-font {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}
.commento-footer {
display: none;
}
.commento-root .commento-submit-button {
background: #cf3621;
}
.commento-root .commento-button {
margin-right: 0;
}
.commento-root .commento-login .commento-login-text {
height: auto;
margin-right: 0;
font-weight: 300;
color: #cf3621;
}
.commento-root .commento-markdown-button {
display: none;
}
.commento-root .commento-login-box-container .commento-login-box .commento-email-container .commento-email .commento-email-button {
color: #cf3621;
}
.commento-root a {
color: #cf3621;
}
.commento-root .commento-login-box-container .commento-login-box .commento-email-container .commento-email .commento-input {
height: 30px;
}
.commento-root .commento-round-check input[type="checkbox"]:checked + label::before, .commento-root .commento-round-check input[type="radio"]:checked + label::before {
background: #cf3621;
border: 1px solid #cf3621;
}