remove `<hr />` default styling

This commit is contained in:
Tropical 2022-06-27 19:47:39 -04:00
parent b6221d81b0
commit e886e86747
1 changed files with 2 additions and 0 deletions

View File

@ -47,5 +47,7 @@
.bd-divider {
width: 100%;
height: 1px;
margin: 0;
border: none;
border-top: thin solid var(--background-modifier-accent);
}