Core/src/styles/_common.less

30 lines
316 B
Text
Raw Normal View History

2024-06-08 23:52:26 +02:00
html, body
{
margin: 0;
padding: 0;
}
html, body, input, button, textarea
{
font-size: 1em;
font-family: @sans-serif-fonts;
font-weight: 500;
}
pre, code
{
font-family: @monospace-fonts;
}
body
{
background: var(--background);
color: var(--foreground);
}
p
{
margin: 0.75em auto;
line-height: 1.6em;
}