taf/styles/elements/hr.css
2025-07-26 11:06:05 -06:00

7 lines
116 B
CSS

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