We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d59175 commit c442204Copy full SHA for c442204
dev/common.js
@@ -4,7 +4,7 @@ import { addGlobalThemeStyles } from '@vaadin/vaadin-themable-mixin/register-sty
4
addGlobalThemeStyles(
5
'dev-common',
6
css`
7
- body {
+ :where(body) {
8
font-family: system-ui, sans-serif;
9
line-height: 1.25;
10
margin: 2rem;
0 commit comments