One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| { | |
| "vars": { | |
| "@gray-base": "#333", | |
| "@gray-darker": "lighten(@gray-base, 13.5%)", | |
| "@gray-dark": "lighten(@gray-base, 20%)", | |
| "@gray": "lighten(@gray-base, 33.5%)", | |
| "@gray-light": "lighten(@gray-base, 46.7%)", | |
| "@gray-lighter": "lighten(@gray-base, 93.5%)", | |
| "@brand-primary": "#5ACDB3", | |
| "@brand-success": "#272833", |
| /* highlight color */ | |
| .has-zcm ::-moz-selection, #pg-index.page-index.body--home::-moz-selection { | |
| background: #c3d0ff !important; | |
| } | |
| .has-zcm ::selection, | |
| #pg-index.page-index.body--home::selection { | |
| background: #c3d0ff !important; |