2019-05-07 01:37:36 +02:00
|
|
|
:root {
|
2019-10-02 12:03:14 -07:00
|
|
|
--background-body: #fff;
|
2021-08-11 14:43:14 -04:00
|
|
|
--background: #efefef;
|
2019-05-27 23:22:49 +02:00
|
|
|
--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;
|
2020-05-30 19:42:16 -05:00
|
|
|
--text-muted: #70777f;
|
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;
|
2021-08-11 14:39:22 -04:00
|
|
|
--button-base: #d0cfcf;
|
|
|
|
|
--button-hover: #9b9b9b;
|
2022-01-20 16:06:43 -05:00
|
|
|
--scrollbar-thumb: #aaa;
|
2021-08-11 14:39:22 -04:00
|
|
|
--scrollbar-thumb-hover: var(--button-hover);
|
2019-05-07 01:37:36 +02:00
|
|
|
--form-placeholder: #949494;
|
2021-08-11 14:43:14 -04:00
|
|
|
--form-text: #1d1d1d;
|
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);
|
2021-08-20 19:53:23 +05:30
|
|
|
}
|