rentgen/sidebar/colors.scss

12 lines
283 B
SCSS
Raw Normal View History

2022-02-02 10:33:09 +01:00
$ultra-black-color: #000;
$black-color: hwb(217.5 18.4% 78.4%);
2022-01-20 19:03:03 +01:00
$disabled-grey: #8a949f;
$light-grey: #d1d1d1;
2022-02-02 10:33:09 +01:00
$ultra-light-grey: #ededed;
$blue: #0048d9;
2022-01-20 19:03:03 +01:00
$icd-yellow: #ffee2c;
2022-02-02 10:33:09 +01:00
$icd-rentgen-color: #99ffdd;
$highlight-color: #ccffee;
2022-01-23 21:42:49 +01:00
$pale-yellow: #fff8e5;
$contrast-yellow: #ffb900;