CSS: Make @gray a bit more gray :)

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 21:29:50 +02:00
parent 56ed92a8e6
commit 04dd81103c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Gray colors
@gray: #9E9E9E;
@gray: #7F7F7F;
@gray-light: #C9C9C9;
@gray-lighter: #EEEEEE;
@gray-lightest: #F7F7F7;