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:
25
src/_variables/_variables-dark.scss
Executable file
25
src/_variables/_variables-dark.scss
Executable 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;
|
||||
}
|
25
src/_variables/_variables-light.scss
Executable file
25
src/_variables/_variables-light.scss
Executable 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;
|
||||
}
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user