parent:
bcd041d4b6a82d137e64da56d01597b93ca6ce8c
nmyk <nick@nmyk.io>
2023-01-09T11:58:18-05:00
fix input color
diff --git a/cmd/frontend/templates/style.css b/cmd/frontend/templates/style.css
index e444658b5ad9e6475c4fde2042b188933b4ff90b..c475179b7104b6f954eabeaf6769831a4242f966 100644
--- a/cmd/frontend/templates/style.css
+++ b/cmd/frontend/templates/style.css
@@ -1,5 +1,6 @@
input, textarea, button, submit, .chatcontainer {
background: none;
+ color: var(--main-text-color);
border: 1px solid var(--main-text-color);
border-radius: 4px;
height: 27px;