2019-05-07 01:37:36 +02:00
|
|
|
:root {
|
2019-10-02 12:03:14 -07:00
|
|
|
--background-body: #fff;
|
2019-05-27 23:22:49 +02:00
|
|
|
--background: #efefef;
|
|
|
|
|
--background-alt: #f7f7f7;
|
2019-05-07 01:37:36 +02:00
|
|
|
--selection: #9e9e9e;
|
|
|
|
|
--text-main: #363636;
|
2019-10-02 12:03:14 -07:00
|
|
|
--text-bright: #000;
|
2019-05-07 01:37:36 +02:00
|
|
|
--links: #0076d1;
|
|
|
|
|
--focus: #0096bfab;
|
|
|
|
|
--border: #dbdbdb;
|
2019-10-02 12:03:14 -07:00
|
|
|
--code: #000;
|
2019-05-07 01:37:36 +02:00
|
|
|
--animation-duration: 0.1s;
|
2019-10-02 12:03:14 -07:00
|
|
|
--button-hover: #ddd;
|
2019-05-07 01:37:36 +02:00
|
|
|
--scrollbar-thumb: color-mod(var(--button-hover) lightness(-3%));
|
|
|
|
|
--scrollbar-thumb-hover: color-mod(var(--button-hover) lightness(-10%));
|
|
|
|
|
--form-placeholder: #949494;
|
2019-10-02 12:03:14 -07:00
|
|
|
--form-text: #000;
|
2019-06-05 21:33:30 -05:00
|
|
|
--variable: #39a33c;
|
2019-10-02 12:03:14 -07:00
|
|
|
--highlight: #ff0;
|
2019-06-07 00:48:35 +02:00
|
|
|
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #161f27);
|
2019-05-07 01:37:36 +02:00
|
|
|
}
|