Change some colors for Commento comments
This commit is contained in:
parent
65cceedff1
commit
843546c516
@ -36,28 +36,32 @@
|
|||||||
<!-- End Matomo Code -->
|
<!-- End Matomo Code -->
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.commento-root .commento-anonymous-checkbox-container input[type="checkbox"] + label,
|
.commento-root .commento-anonymous-checkbox-container input[type="checkbox"] + label,
|
||||||
.commento-root .commento-mod-tools button,
|
.commento-root .commento-mod-tools button,
|
||||||
.commento-root-font * {
|
.commento-root-font * {
|
||||||
color: #eee !important;
|
color: #eceff4 !important;
|
||||||
}
|
}
|
||||||
.commento-root .commento-footer .commento-logo-container .commento-logo-text {
|
.commento-root .commento-footer .commento-logo-container .commento-logo-text {
|
||||||
color: #34495e !important;
|
color: #34495e !important;
|
||||||
}
|
}
|
||||||
p code {
|
.commento-root .commento-dark-card {
|
||||||
font-family: monospace,monospace;
|
color: #d08770 !important;
|
||||||
font-size: 1em;
|
}
|
||||||
background: rgba(46, 52, 64, .8);
|
|
||||||
padding: 3px;
|
p code {
|
||||||
border-radius: 5px;
|
font-family: monospace,monospace;
|
||||||
}
|
font-size: 1em;
|
||||||
.app-header-social {
|
background: rgba(46, 52, 64, .8);
|
||||||
cursor: default;
|
padding: 3px;
|
||||||
}
|
border-radius: 5px;
|
||||||
p {
|
}
|
||||||
text-align: justify;
|
.app-header-social {
|
||||||
text-justify: inter-word;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
text-align: justify;
|
||||||
|
text-justify: inter-word;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user