clause agent mode "make it look like papermod"
This commit is contained in:
parent
1c59bd66ea
commit
582e4491c0
91 changed files with 2139 additions and 202 deletions
10
sass/base/elements/_body.scss
Normal file → Executable file
10
sass/base/elements/_body.scss
Normal file → Executable file
|
@ -1,3 +1,11 @@
|
|||
body {
|
||||
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
||||
background: var(--color-bg-primary);
|
||||
color: var(--color-text-primary);
|
||||
font-family: $font__main;
|
||||
font-size: $font__size-base;
|
||||
line-height: $font__line-height-body;
|
||||
font-weight: $font__weight-normal;
|
||||
transition: var(--transition-default);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue