bitwarden-desktop/src/scss/text.scss

7 lines
101 B
SCSS

hr {
margin: 1em 0 1em 0;
@include themify($themes) {
border-color: themed("hrColor");
}
}