Remove styling of hr element

This commit is contained in:
Helen Chong 2024-06-05 17:38:44 +08:00
parent 5b111674bc
commit c0ed80046e
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ h4, .h4 {
font-size: var(--sz-h4);
}
hr {
border: 0.05rem solid var(--clr-title-border);
}
strong {
color: var(--clr-bold-txt);
}