Add lighter link hover color for concord

This commit is contained in:
JC Brand 2020-05-25 20:04:05 +02:00
parent 9050b2fe88
commit aec0ba7148
2 changed files with 4 additions and 0 deletions

View File

@ -310,6 +310,7 @@ body.converse-fullscreen {
text-decoration: none;
color: var(--link-color);
text-shadow: none;
cursor: pointer;
&:hover {
color: var(--link-hover-color);
text-decoration: none;

View File

@ -8,6 +8,7 @@ $mobile_portrait_length: 480px !default;
--redder-orange: #E77051;
--orange: #E7A151;
--light-blue: #578EA9;
--lighter-blue: #85B47B;
--chat-status-online: var(--green);
--chat-status-busy: var(--redder-orange);
@ -207,6 +208,8 @@ $mobile_portrait_length: 480px !default;
--heading-display: inline;
--heading-color: #9B4D;
--link-hover-color: var(--lighter-blue);
--chatroom-head-color: #7E7E7E;
--chatroom-head-bg-color: white;
--chatroom-head-button-color: #999;