python-gallery/usr/themes/default/ui/reset.scss

15 lines
180 B
SCSS
Raw Normal View History

* {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
min-height: 100vh;
background-color: $black100;
scroll-behavior: smooth;
}