From a6b368ead52251b5a646762f8c3312715696975f Mon Sep 17 00:00:00 2001 From: gabek Date: Wed, 12 Jan 2022 21:53:03 +0000 Subject: [PATCH] Prettified Code! --- web/styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/globals.scss b/web/styles/globals.scss index 5d6fc1405..c444c28bd 100644 --- a/web/styles/globals.scss +++ b/web/styles/globals.scss @@ -170,7 +170,7 @@ input { height: 250px; } - .ant-input-textarea-show-count::after{ + .ant-input-textarea-show-count::after { color: var(--owncast-purple); } }