leptos-use/examples/ssr/style/main.scss

9 lines
No EOL
111 B
SCSS

body {
font-family: sans-serif;
text-align: center;
}
.dark {
background-color: black;
color: white;
}