app/assets/less/variables.less: change text color abit.
This commit is contained in:
parent
4c2e2cdcb6
commit
ea8e48a950
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
@white: #fff;
|
||||
|
||||
// Text
|
||||
@text-color: #353535;
|
||||
@text-secondary-color: #757575;
|
||||
@text-color: #333;
|
||||
@text-secondary-color: #666;
|
||||
@text-light-color: #f1f1f1;
|
||||
|
||||
// Layout
|
||||
|
|
|
|||
Reference in a new issue