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

3
styles/resets/hr.css Normal file
View file

@ -0,0 +1,3 @@
.taf > .window-content hr {
all: initial;
}