Files
tibi-svelte-starter/src/css/theme/components/general.less
2022-04-01 22:46:54 +02:00

17 lines
287 B
Plaintext
Executable File

html,
body {
background: @background;
color: @on-background;
font-size: @font-size-default;
font-weight: @font-weight-default;
font-family: "Nunito", sans-serif;
width: 100%;
height: 100%;
}
img {
&.rounded {
border-radius: @radius-half;
}
}