Landing/src/assets/stylesheets/style.scss
2024-07-16 17:12:11 +03:00

14 lines
212 B
SCSS

@use "abstracts/functions";
@use "abstracts/mixins";
@use "base/colors";
@use "base/reset";
@use "base/typography";
@use "layout/grid";
body {
background-color: #111111;
}
html {
scroll-behavior: smooth;
}