17 lines
287 B
Plaintext
Executable File
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;
|
|
}
|
|
}
|