Make horizontal rules visible in prose-mirror (closes #36)

This commit is contained in:
Oliver 2026-03-02 22:02:58 -07:00
parent d540cc72f6
commit 97760bc424

View file

@ -1,4 +1,5 @@
.taf > .window-content hr { .taf > .window-content hr {
display: block;
height: 1px; height: 1px;
background: rebeccapurple; background: rebeccapurple;
border-radius: 0; border-radius: 0;