Better readability when typing a new comment

This commit is contained in:
2022-11-30 01:14:20 +01:00
parent 4d3178a6aa
commit 1d6d82696f
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,9 @@
.commento-root .commento-dark-card {
color: #d08770 !important;
}
.commento-root input[type="text"], .commento-root textarea {
color: #2e3440 !important;
}
p code {
font-family: monospace,monospace;