mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
7084b91c0a
Fixes #41
9 lines
No EOL
111 B
SCSS
9 lines
No EOL
111 B
SCSS
body {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.dark {
|
|
background-color: black;
|
|
color: white;
|
|
} |