.dungeon/styles/v3/elements/hr.scss

6 lines
119 B
SCSS

.dotdungeon.style-v3 > .window-content hr {
border-color: black;
opacity: 25%;
width: 100%;
grid-column: 1 / -1;
}