assets/css/variables.css (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
:root { /* colors */ --background: #FBFBF2; --f_high: #3a3738; --f_med: #847577; --f_low: #bdb8b8; --f_inv: #bea983; --b_high: #676164; --b_med: #A6A2A2; --b_low: #CFD2CD; --b_inv: #8f5c71; /* borders */ --border-radius: 4px; }