34 lines
694 B
CSS
34 lines
694 B
CSS
.commento-main-area :not(a) {
|
|
color: var(--primary-foreground-color);
|
|
}
|
|
|
|
.commento-root .commento-highlighted-card,
|
|
.commento-main-area textarea,
|
|
.commento-main-area input {
|
|
background: var(--secondary-subtle-color);
|
|
}
|
|
|
|
.commento-main-area input[type="text"]::placeholder,
|
|
.commento-main-area textarea::placeholder {
|
|
color: #868e96;
|
|
}
|
|
|
|
.commento-root .commento-submit-button {
|
|
background: var(--ghost-accent-color);
|
|
color: var(--color-white);
|
|
}
|
|
|
|
.commento-root .commento-name,
|
|
.commento-mod-tools::before,
|
|
.commento-sort-policy-button-selected {
|
|
color: var(--ghost-accent-color);
|
|
}
|
|
|
|
.commento-root .commento-card {
|
|
border-top: none;
|
|
}
|
|
|
|
.commento-markdown-help {
|
|
border: none;
|
|
}
|