Prototype Article und Theme Files hinzugefügt
This commit is contained in:
16
src/css/theme/components/general.less
Executable file
16
src/css/theme/components/general.less
Executable 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user