This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
appsketch-works-asw-gui/index.scss
2024-07-16 14:06:02 +08:00

17 lines
191 B
SCSS

* {
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
}
body{
color: var(--text);
}
#app{
width: 100vw;
height: 100vh;
background-color: var(--background);
}