Revert "Yet another update, hopefully of better quality"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit 8afa44019d.
This commit is contained in:
2022-11-30 02:08:40 +01:00
parent 8afa44019d
commit 2a143729c2
3 changed files with 51 additions and 75 deletions

View File

@@ -15,6 +15,26 @@
{{ template "_internal/opengraph.html" . }}
<style>
.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 {
background-color: #d08770 !important;
}
.commento-root input[type="text"], .commento-root textarea {
color: #2e3440 !important;
}
.commento-root .commento-mod-tools::before {
color: #b48ead !important;
}
.commento-root .commento-submit-button {
color: #5e81ac !important;
}
p code {
font-family: monospace,monospace;