_vars.less 178 B

1234567
  1. @button-hover: hsl(222, 55%, 96%);
  2. @button-active: hsl(222, 55%, 85%);
  3. @button-pressed: hsl(222, 55%, 90%);
  4. @tool-hover: #eff3fa;
  5. @tool-active: #c4d0ee;
  6. @tool-selected: #87a9da;