diff --git a/src/web-chatview/chatview.css b/src/web-chatview/chatview.css
index e699e39fb502635d8588ad2cd901418e7bb2b270..12a6c327e3c22389ba99f2c23698d3e230112005 100644
--- a/src/web-chatview/chatview.css
+++ b/src/web-chatview/chatview.css
@@ -9,6 +9,7 @@
   --jami-red: #dc2719;
   --jami-red-hover: #b02e2c;
   --text-color: black;
+  --hyperlink-color: var(--text-color);
   --timestamp-color: #333;
   --message-out-bg: #cfd8dc;
   --message-out-txt: black;
@@ -342,7 +343,7 @@ input[placeholder], [placeholder], *[placeholder] {
 
 a:link {
   text-decoration: none;
-  color: #0e649b;
+  color: var(--hyperlink-color);
   transition: all 0.2s ease-in-out;
   border-bottom: dotted 1px;
 }