body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 0;
pointer-events: none;
background-image:
linear-gradient(to right, var(--e-global-color-accent) 1px, transparent 1px);
background-size: 500px 100%;
}