_reset.scss
- anschauen: Josh W. Comeau
[tabindex="-1"] { outline: none !important; }ins reset aufnehmen oder insa11y.md?
@use "../abstracts" as *;
@layer reset {
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, p, figure, dl, dd { margin: 0; }
ul:where([class]), ol:where([class]) { margin: 0; padding: 0; list-style: none; }
img, picture, svg { display: block; max-inline-size: 100%; block-size: auto; }
button, input, optgroup, select, textarea { font: inherit; font-size: max(16px, 1em); }
html { scroll-behavior: smooth; }
// overwrite default styles from the browser a { color: inherit; }
}