Boards
CSS
don't understand this:
html {
margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; vertical-align: baseline;
}
how can it 'inherit' anything - isn't 'html' like the parent element of everything?