From 76f627d8425dd610488acc32bcc9281cc7ae9208 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 3 Oct 2024 12:57:30 +0200 Subject: [PATCH] [mirotalkc2c] - fix typo --- frontend/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/common.css b/frontend/css/common.css index eff099f..ae1dfae 100644 --- a/frontend/css/common.css +++ b/frontend/css/common.css @@ -21,5 +21,5 @@ } .red { - color: red !important; + color: #e74c3c !important; }