feat: rename .scss -> .css and use color-mod()

This commit is contained in:
Jonas Kuske 2019-05-07 01:37:36 +02:00
parent da5e8fd653
commit 1efce0e559
20 changed files with 40 additions and 106 deletions

23
src/variables-light.css Executable file
View file

@ -0,0 +1,23 @@
:root {
--background: #ffffff;
--background-alt: #efefef;
--selection: #9e9e9e;
--text-main: #363636;
--text-bright: #000000;
--links: #0076d1;
--focus: #0096bfab;
--border: #dbdbdb;
--code: #000000;
--animation-duration: 0.1s;
--button-hover: #dddddd;
--scrollbar-thumb: color-mod(var(--button-hover) lightness(-3%));
--scrollbar-thumb-hover: color-mod(var(--button-hover) lightness(-10%));
--form-placeholder: #949494;
--form-text: #000000;
}