Skip to content

Commit

Permalink
Brighten Notification error text color in Default themes addressing #…
Browse files Browse the repository at this point in the history
  • Loading branch information
theOrlin committed Oct 5, 2016
1 parent c09faa4 commit 951b527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/web/type-default.less
Expand Up @@ -49,7 +49,7 @@
@notification-warning-text-color: contrast(@warning, lighten(@hover-text-color, 22%), darken(@warning, 50%), 0.5);
@notification-warning-border-color: contrast(@warning, lighten(@warning, 1%), darken(@warning, 3%), 0.5);
@notification-error-background-color: @error;
@notification-error-text-color: contrast(@error, lighten(@hover-text-color, 25%), darken(@error, 50%), 0.5);
@notification-error-text-color: lighten(saturate(spin(@error, -11.1940), 45.5285), 51.5686);
@notification-error-border-color: darken(@error, 10%);
@tooltip-text-color: @header-text-color;
@tooltip-background-color: @header-background-color;
Expand Down

0 comments on commit 951b527

Please sign in to comment.