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

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
/resources/ /resources/
/content/*.md /content/*.md
/.hugo_build.lock /.hugo_build.lock
/build/

View File

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