This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
blog/less/variables.less
2023-06-03 15:58:09 +08:00

10 lines
171 B
Plaintext

// Variables
@brand-primary: #0085a1;
@brand-gray: #a3a3a3;
@gray-dark: lighten(black, 25%);
@gray-light: lighten(black, 75%);
@white-faded: fade(white, 80%);