Better readability when typing a new comment

This commit is contained in:
Lucien Cartier-Tilet 2022-11-30 01:14:20 +01:00
parent 4d3178a6aa
commit 1d6d82696f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

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

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;