Prototype Article und Theme Files hinzugefügt

This commit is contained in:
Mario Linz
2022-04-01 22:43:12 +02:00
parent 969ebabd18
commit 027cdba67d
63 changed files with 5866 additions and 123 deletions

View File

@@ -0,0 +1,16 @@
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;
}
}