Add style for the horizontal rules to make it actually work

This commit is contained in:
Oliver-Akins 2024-02-06 22:07:33 -07:00
parent 8ea1c82de8
commit 11f01aed8d

View file

@ -52,6 +52,12 @@
cursor: default;
}
}
hr {
border-color: black;
opacity: 25%;
width: 100%;
}
}
// Styling that doesn't belong to any particular part of my sheet