1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-22 21:03:30 +02:00

feat: compile all new build versions

This commit is contained in:
Jonas Kuske
2019-05-06 00:32:19 +02:00
parent be233afd74
commit 0de724ade2
28 changed files with 926 additions and 56 deletions

View File

@@ -0,0 +1,25 @@
/* To use this file from Sass, import `_variables/_variables-dark` */
: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: #324759;
--scrollbar-thumb-hover: #{lighten(#324759, 8%)};
--form-placeholder: #a9a9a9;
--form-text: #ffffff;
}

View File

@@ -0,0 +1,25 @@
/* To use this file from Sass, import `_variables/_variables-light` */
: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: #{darken( #dddddd, 3% )};
--scrollbar-thumb-hover: #{darken( #dddddd, 10% )};
--form-placeholder: #949494;
--form-text: #000000;
}

View File

@@ -1,4 +1,4 @@
/* ! To use this file from Sass, import `_variables/_variables-dark` ! */
/* To use this file from Sass, import `_variables/_variables-dark` */
:root {
--background: #202b38;

View File

@@ -1,4 +1,4 @@
/* ! To use this file from Sass, import `_variables/_variables-light` ! */
/* To use this file from Sass, import `_variables/_variables-light` */
:root {
--background: #ffffff;