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

9 lines
111 B
SCSS
Raw Normal View History

2023-07-14 22:43:19 +01:00
body {
font-family: sans-serif;
text-align: center;
}
.dark {
background-color: black;
color: white;
2023-07-14 22:43:19 +01:00
}