1
Files
2025/themes/42/assets/css/hr.css

13 lines
238 B
CSS

hr {
all: unset;
display: block;
width: 100%;
height: 1rem;
margin: auto;
position: relative;
background: var(--background-hr-glow);
&.mirror {
background: var(--background-hr-glow-mirror);
}
}