Files
blog/sass/mods/_modern-hr.scss
2024-09-25 20:51:11 +03:00

13 lines
183 B
SCSS

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;
}
}