Skip to content
Snippets Groups Projects
Commit 3137bca8 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

chatview: parametize hyperlink color for dark theme

Change-Id: I2db8d01449b854ff84447147d93dd9d0312e0a08
GitLab: #452
parent 98a6f6dc
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
--jami-red: #dc2719; --jami-red: #dc2719;
--jami-red-hover: #b02e2c; --jami-red-hover: #b02e2c;
--text-color: black; --text-color: black;
--hyperlink-color: var(--text-color);
--timestamp-color: #333; --timestamp-color: #333;
--message-out-bg: #cfd8dc; --message-out-bg: #cfd8dc;
--message-out-txt: black; --message-out-txt: black;
...@@ -342,7 +343,7 @@ input[placeholder], [placeholder], *[placeholder] { ...@@ -342,7 +343,7 @@ input[placeholder], [placeholder], *[placeholder] {
a:link { a:link {
text-decoration: none; text-decoration: none;
color: #0e649b; color: var(--hyperlink-color);
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
border-bottom: dotted 1px; border-bottom: dotted 1px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment