Fix third-party lib css
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -1,33 +1,37 @@
|
|||||||
.commento-main-area :not(a) {
|
.commento-main-area :not(a) {
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-root .commento-highlighted-card,
|
.commento-root .commento-highlighted-card,
|
||||||
.commento-main-area textarea,
|
.commento-main-area textarea,
|
||||||
.commento-main-area input {
|
.commento-main-area input {
|
||||||
background: var(--secondary-subtle-color);
|
background: var(--secondary-subtle-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-main-area input[type="text"]::placeholder,
|
.commento-main-area input[type="text"]::placeholder,
|
||||||
.commento-main-area textarea::placeholder {
|
.commento-main-area textarea::placeholder {
|
||||||
color: #868e96;
|
color: #868e96 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-root .commento-submit-button {
|
.commento-root .commento-submit-button {
|
||||||
background: var(--ghost-accent-color);
|
background: var(--ghost-accent-color) !important;
|
||||||
color: var(--color-white);
|
color: var(--color-white) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-root .commento-name,
|
.commento-root .commento-name,
|
||||||
.commento-mod-tools::before,
|
.commento-mod-tools::before,
|
||||||
.commento-sort-policy-button-selected {
|
.commento-sort-policy-button-selected {
|
||||||
color: var(--ghost-accent-color);
|
color: var(--ghost-accent-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-root .commento-card {
|
.commento-root .commento-card {
|
||||||
border-top: none;
|
border-top: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-markdown-help {
|
.commento-markdown-help {
|
||||||
border: none;
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.commento-markdown-help pre {
|
||||||
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
@@ -1,19 +1,19 @@
|
|||||||
.toc ol {
|
.toc ol {
|
||||||
counter-reset: item;
|
counter-reset: item !important;
|
||||||
list-style: decimal;
|
list-style: decimal !important;
|
||||||
line-height: 1.25;
|
line-height: 1.25 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc li:before {
|
.toc li:before {
|
||||||
content: counters(item, ".") " ";
|
content: counters(item, ".") " " !important;
|
||||||
counter-increment: item;
|
counter-increment: item !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.toc-link {
|
a.toc-link {
|
||||||
text-decoration: none;
|
text-decoration: none !important;
|
||||||
font-weight: normal;
|
font-weight: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc>.toc-list li {
|
.toc>.toc-list li {
|
||||||
list-style: none
|
list-style: none !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user