From 0bc3eaa8fc5769661f111c33cfd1e6b1049b6467 Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen Date: Thu, 13 Jun 2024 10:53:40 +0900 Subject: [PATCH] [AC-2721] fix: changed url color to inherit (#274) ## Changes image image ticket: [AC-2721] [AC-2721]: https://sendbird.atlassian.net/browse/AC-2721?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- src/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/index.css b/src/css/index.css index e88840114..f00a3923b 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -83,7 +83,7 @@ input:focus { .sendbird-word__url { font-weight: 700; - color: black; + color: inherit; text-decoration: underline; }