studio-umzu/sass/mods/_modern-hr.scss

13 lines
183 B
SCSS
Raw Normal View History

2025-08-27 16:56:14 +02:00
hr {
box-shadow: var(--edge-highlight);
border: none;
border-radius: 999px;
background-color: var(--fg-muted-2);
width: 50%;
height: 0.25rem;
&::after {
display: none;
}
}