Commit aec0ba71 authored by JC Brand's avatar JC Brand

Add lighter link hover color for concord

parent 9050b2fe
...@@ -310,6 +310,7 @@ body.converse-fullscreen { ...@@ -310,6 +310,7 @@ body.converse-fullscreen {
text-decoration: none; text-decoration: none;
color: var(--link-color); color: var(--link-color);
text-shadow: none; text-shadow: none;
cursor: pointer;
&:hover { &:hover {
color: var(--link-hover-color); color: var(--link-hover-color);
text-decoration: none; text-decoration: none;
......
...@@ -8,6 +8,7 @@ $mobile_portrait_length: 480px !default; ...@@ -8,6 +8,7 @@ $mobile_portrait_length: 480px !default;
--redder-orange: #E77051; --redder-orange: #E77051;
--orange: #E7A151; --orange: #E7A151;
--light-blue: #578EA9; --light-blue: #578EA9;
--lighter-blue: #85B47B;
--chat-status-online: var(--green); --chat-status-online: var(--green);
--chat-status-busy: var(--redder-orange); --chat-status-busy: var(--redder-orange);
...@@ -207,6 +208,8 @@ $mobile_portrait_length: 480px !default; ...@@ -207,6 +208,8 @@ $mobile_portrait_length: 480px !default;
--heading-display: inline; --heading-display: inline;
--heading-color: #9B4D; --heading-color: #9B4D;
--link-hover-color: var(--lighter-blue);
--chatroom-head-color: #7E7E7E; --chatroom-head-color: #7E7E7E;
--chatroom-head-bg-color: white; --chatroom-head-bg-color: white;
--chatroom-head-button-color: #999; --chatroom-head-button-color: #999;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment