mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-25 14:44:44 +02:00
Link colour fix
This commit is contained in:
parent
51936d35af
commit
9e421f15cd
@ -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
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user