Using slightly brighter set of colors for message boxes.

This commit is contained in:
Siavash Eliasi 2014-06-03 12:42:49 +04:30 committed by Camilla Berglund
parent db5b089cee
commit 2ea74e60f9
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -72,8 +72,8 @@
.message-box(@base-color) {
background:linear-gradient(to bottom,lighten(@base-color, 5%) 0%,@base-color 100%);
box-shadow:inset 0 0 32px darken(@base-color, 5%);
color:darken(@base-color, 75%);
border:2px solid desaturate(darken(@base-color, 10%), 40%);
color:darken(@base-color, 67%);
border:2px solid desaturate(darken(@base-color, 10%), 20%);
}