From 31afce3601fe19d2d7cb92710b263c5c284d0161 Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Thu, 1 May 2025 01:00:40 +0100 Subject: [PATCH] feat: add input placeholder text --- index.html | 2 +- styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f88c4cc..5c2eb8b 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@
- +
diff --git a/styles.css b/styles.css index 4194d92..ffcddd5 100644 --- a/styles.css +++ b/styles.css @@ -226,6 +226,10 @@ li.message { outline: none; } +#input-panel input::placerholder { + color: var(--bluewhite); +} + button { color: var(--vermilion); background-color: #00000000;