diff --git a/.gitignore b/.gitignore index ef6a022..72246a6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /resources/ /content/*.md /.hugo_build.lock +/build/ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 232d90e..7af0c34 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -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;