forked from M3-Academy/practice-time-landing-page
16 lines
237 B
CSS
16 lines
237 B
CSS
:root {
|
|
--clr-variable: #fff;
|
|
--clr-variable-100: #fff;
|
|
|
|
--bg-clr-variable: #fff;
|
|
--bg-clr-variable-100: #fff;
|
|
|
|
|
|
--body-family: "";
|
|
--title-family: "";
|
|
|
|
|
|
--hs-flex-space: 1rem;
|
|
--hs-flow-space: 1rem;
|
|
--hs-space: 1rem;
|
|
} |