Link colour fix

This commit is contained in:
aidan 2018-11-14 13:45:42 -06:00
parent 51936d35af
commit 9e421f15cd
3 changed files with 5 additions and 2885 deletions

View File

@ -2437,9 +2437,10 @@ overshoot, undershoot {
*******/
box label link {
color: white;
text-shadow: 1px 1px @selected_inactive_bg_color;
}
color: @link_color;
text-shadow: 1px 1px @selected_inactive_bg_color; }
box label link:hover {
text-shadow: 1px 1px @link_color_shadow; }
/*******

File diff suppressed because it is too large Load Diff

View File

@ -63,6 +63,7 @@
@define-color error_fg_color @fg_color;
@define-color error_bg_color #FFCCCC;
@define-color link_color #000080;
@define-color link_color_shadow #ffffff;
@define-color success_color #53d013;
@define-color warning_color #f57600;
@define-color error_color #cc0000;