2
0
Эх сурвалжийг харах

Add lighter link hover color for concord

JC Brand 5 жил өмнө
parent
commit
aec0ba7148

+ 1 - 0
sass/_core.scss

@@ -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;

+ 3 - 0
sass/_variables.scss

@@ -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;