turretcss

Body


About

Some top level definitions for general styles on the <body> tag.

HTML

<body>...</body>

CSS

--body-font-family: var(--font-family);
--body-font-weight: var(--font-weight);
--body-color: var(--color);
--body-line-height: var(--line-height);
--body-letter-spacing: var(--letter-spacing);
--body-background: var(--background);