feat(style): set <hr> border to solid

This commit is contained in:
Price Hiller 2023-08-27 20:58:42 -05:00
parent c44f34a324
commit ee4699a1e4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -234,4 +234,6 @@ p > code {
hr { hr {
margin: 30px; margin: 30px;
border: none;
border-top: thin solid;
} }