Look how they massacred my boy
Top: Chromium, bottom: Firefox
```css
body {
background: repeating-linear-gradient(
-45deg,
black,
black calc(sqrt(2) * 10px),
white calc(sqrt(2) * 10px),
white calc(sqrt(2) * 20px)
);
height: 100vh;
}
```
```css
body {
background: repeating-linear-gradient(
-45deg,
black,
black calc(sqrt(2) * 10px),
white calc(sqrt(2) * 10px),
white calc(sqrt(2) * 20px)
);
height: 100vh;
}
```