add vars in css
This commit is contained in:
parent
47be2e2808
commit
87e4ca8111
@ -1 +1,21 @@
|
|||||||
/* You can add global styles to this file, and also import other style files */
|
/* You can add global styles to this file, and also import other style files */
|
||||||
|
html, body {
|
||||||
|
color: #fff!important;
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--sk-gap-s: 0.25rem;
|
||||||
|
--sk-gap-m: 0.5rem;
|
||||||
|
--sk-gap-l: 0.75rem;
|
||||||
|
--sk-gap-xl: 1rem;
|
||||||
|
|
||||||
|
// colors
|
||||||
|
--sk-input: rgba(18,18,18,0.5);
|
||||||
|
--sk-input-focus: rgba(18,18,18,0.9);
|
||||||
|
--sk-accent: #67A69E;
|
||||||
|
--sk-accent-dark: #2A3B39;
|
||||||
|
|
||||||
|
// border-radius
|
||||||
|
--sk-br-m: 0.5rem;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user