Better readability when typing a new comment
This commit is contained in:
parent
4d3178a6aa
commit
1d6d82696f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/resources/
|
/resources/
|
||||||
/content/*.md
|
/content/*.md
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
/build/
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user