Add a divider block type

This commit is contained in:
Oliver-Akins 2025-07-26 11:06:05 -06:00
parent fe022b2d43
commit 08fb6768ad
5 changed files with 16 additions and 0 deletions

7
styles/elements/hr.css Normal file
View file

@ -0,0 +1,7 @@
.taf > .window-content hr {
height: 1px;
background: rebeccapurple;
border-radius: 0;
margin: 0;
padding: 0;
}