popov.link/_scss/components/_core.scss
Valentin Popov 20a83cfb4a
Updated site styles
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-01-23 11:54:12 +04:00

15 lines
191 B
SCSS

@import 'utilities/textsizeadjust';
*,
*::after,
*::before {
@include text-size-adjust(100%);
box-sizing: border-box;
}
html {
background-color: $color-html;
overflow-y: scroll;
}