Skip to content

Commit c442204

Browse files
authored
chore: decrease body selector specificity in dev pages (#9644)
1 parent 3d59175 commit c442204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { addGlobalThemeStyles } from '@vaadin/vaadin-themable-mixin/register-sty
44
addGlobalThemeStyles(
55
'dev-common',
66
css`
7-
body {
7+
:where(body) {
88
font-family: system-ui, sans-serif;
99
line-height: 1.25;
1010
margin: 2rem;

0 commit comments

Comments
 (0)