Commit 816ff2a3bc26750c6e19f5cc657f7c040e04c3a4
1 parent
cf3d3f8e
change error color
change error color
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/custom.less
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | @info-color : #2db7f5; |
8 | 8 | @success-color : #00cc66; |
9 | 9 | @warning-color : #ff9900; |
10 | -@error-color : #ff5500; | |
10 | +@error-color : #ff3300; | |
11 | 11 | @link-color : #3399ff; |
12 | 12 | @link-hover-color : tint(@link-color, 20%); |
13 | 13 | @link-active-color : shade(@link-color, 5%); | ... | ... |