Files
rrweb/test/css/style.css
2026-04-01 12:00:00 +08:00

10 lines
72 B
CSS

body {
margin: 0;
}
p {
color: red;
}
body > p {
color: yellow;
}