From 1d6d82696f164df70040a580ad65b6d017565939 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 30 Nov 2022 01:14:20 +0100 Subject: [PATCH] Better readability when typing a new comment --- .gitignore | 1 + layouts/_default/baseof.html | 3 +++ 2 files changed, 4 insertions(+) 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;