From eca7df3d9f33e040d6140177a1ac0cf2a5692134 Mon Sep 17 00:00:00 2001 From: jude Date: Mon, 31 Jul 2023 18:39:39 +0100 Subject: [PATCH] Update style --- web/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/css/style.css b/web/static/css/style.css index 8987429..b6776b5 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -373,6 +373,7 @@ input.default-width { } .message-input:placeholder-shown { + font-style: italic; background-color: #40444b; color: #fff; }