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-dark.css Executable file
View file

@ -0,0 +1,23 @@
:root {
--background: #202b38;
--background-alt: #161f27;
--selection: #161f27;
--text-main: #dbdbdb;
--text-bright: #ffffff;
--links: #41adff;
--focus: #0096bfab;
--border: #dbdbdb;
--code: #ffbe85;
--animation-duration: 0.1s;
--button-hover: #324759;
--scrollbar-thumb: var(--button-hover);
--scrollbar-thumb-hover: color-mod(var(--scrollbar-thumb) lightness(+8%));
--form-placeholder: #a9a9a9;
--form-text: #ffffff;
}