Make hr color solid

This commit is contained in:
BBaoVanC 2022-05-08 15:15:20 -05:00
parent b272ed6181
commit 9665133ba4
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ blockquote {
}
hr {
border-color: var(--background-highlight);
border: 1px solid var(--background-highlight);
}
table.markdown {