assets/styles/_light-vars.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
:root {
--html-font-size: 16px;
--base-font-size: 1rem;
--line-height: 1.5;
--scale-factor: 1.3333;
--leading: 1.5rem;
--letter-spacing: 0.05em;
--link-color: #b73333;
--link-hover-color: #653131;
--heading-text-color: #222;
--primary-text-color: #444;
--secondary-text-color: #666;
--primary-background: #fefefe;
--secondary-background: #f5f5f5;
--success-color: #00B918;
--warning-color: #FFAF00;
--error-color: #DB141A;
}
|