Core/src/styles/_common.less
Madeorsk 33b1fa2002
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Export fonts variables.
2024-09-26 10:48:15 +02:00

38 lines
428 B
Text

html, body
{
margin: 0;
padding: 0;
}
html, body, input, button, textarea
{
font-size: 1em;
font-family: var(--sans-serif-fonts);
font-weight: 500;
}
pre, code
{
font-family: var(--monospace-fonts);
}
body
{
background: var(--background);
color: var(--foreground);
}
p
{
margin: 0.75em auto;
line-height: 1.6em;
}
.virtual
{
position: absolute;
display: block;
height: 0;
opacity: 0;
pointer-events: none;
}