From a84869c078571219a9b9a5b105491bee856da1a4 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 2 Dec 2021 05:48:45 +0000 Subject: [PATCH] compose: Use a ligther red for character limit exceeded text. --- static/styles/compose.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index 14420185ce..5082c57922 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -203,7 +203,7 @@ align-self: center; &.over_limit { - color: hsl(0, 100%, 50%); + color: hsl(0, 76%, 65%); font-weight: bold; } } @@ -373,13 +373,13 @@ textarea.new_message_textarea { } 100% { - box-shadow: 0 0 0 1pt hsl(0, 100%, 50%); + box-shadow: 0 0 0 1pt hsl(0, 76%, 65%); } } &.over_limit, &.over_limit:focus { - box-shadow: 0 0 0 1pt hsl(0, 100%, 50%); + box-shadow: 0 0 0 1pt hsl(0, 76%, 65%); &.flash { animation: flash 0.5s ease-in-out infinite;