daichendt.one/src/lib/components/Divider.svelte
2022-07-30 00:20:24 +02:00

9 lines
107 B
Svelte

<hr />
<style>
hr {
background-color: var(--special-color);
border: none;
height: 1px;
}
</style>