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 @@
--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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment