Change some colors for Commento comments

This commit is contained in:
2022-11-29 17:23:46 +01:00
parent 65cceedff1
commit 843546c516

View File

@@ -36,28 +36,32 @@
<!-- End Matomo Code -->
<style>
.commento-root .commento-anonymous-checkbox-container input[type="checkbox"] + label,
.commento-root .commento-mod-tools button,
.commento-root-font * {
color: #eee !important;
}
.commento-root .commento-footer .commento-logo-container .commento-logo-text {
color: #34495e !important;
}
p code {
font-family: monospace,monospace;
font-size: 1em;
background: rgba(46, 52, 64, .8);
padding: 3px;
border-radius: 5px;
}
.app-header-social {
cursor: default;
}
p {
text-align: justify;
text-justify: inter-word;
}
.commento-root .commento-anonymous-checkbox-container input[type="checkbox"] + label,
.commento-root .commento-mod-tools button,
.commento-root-font * {
color: #eceff4 !important;
}
.commento-root .commento-footer .commento-logo-container .commento-logo-text {
color: #34495e !important;
}
.commento-root .commento-dark-card {
color: #d08770 !important;
}
p code {
font-family: monospace,monospace;
font-size: 1em;
background: rgba(46, 52, 64, .8);
padding: 3px;
border-radius: 5px;
}
.app-header-social {
cursor: default;
}
p {
text-align: justify;
text-justify: inter-word;
}
</style>
</head>