python-gallery/gallery/user/themes/default/ui/reset.scss
Michał a499e6c840 Update to reccommended file structure
Use reccommended database structure
Switch to SQLite and update scheme along with it
2023-01-10 12:39:29 +00:00

16 lines
200 B
SCSS

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