achille-press/sass/base/elements/_body.scss
gribse 582e4491c0
Some checks failed
CSS Code Linting / Lint CSS (push) Has been cancelled
JS Code Linting / Lint JS (push) Has been cancelled
PHP Code Linting / Parallel lint (push) Has been cancelled
PHP Code Linting / PHPCS check (push) Has been cancelled
clause agent mode "make it look like papermod"
2025-07-26 16:24:01 +02:00

11 lines
329 B
SCSS
Executable file

body {
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;
}