Change some colors for Commento comments
This commit is contained in:
parent
65cceedff1
commit
843546c516
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user