ai.chat/contrib/lnstyles/css/reset.scss

45 lines
580 B
SCSS

*, *::after, *::before {
box-sizing: border-box;
padding: 0;
margin: 0;
font-size: 1em;
line-height: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
padding: 0.5em;
}
html, body { height: 100%; }
nav, a {
display: inline-block;
}
a:visited {
color: blue;
}
img, picture, video, svg {
display: block;
max-width: 100%;
}
canvas {
display: block;
}
html {
overflow: hidden;
}
body {
position: relative;
font-family: "DejaVu Sans", "Helvetica", "Nimbus Sans", "Open Sans", "Arial";
font-size: 16px;
line-height: 1.4em;
}