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;