Add styling to hr (#63)

* Add styling to `hr`

* Update dark.css
This commit is contained in:
Avijit Gupta
2021-08-15 18:26:07 +02:00
committed by GitHub
parent 2e8a8e5377
commit acf06d3488
2 changed files with 9 additions and 0 deletions

View File

@@ -261,6 +261,11 @@ blockquote {
margin-left: 0;
}
hr {
color: var(--light-secondary-color);
margin: 50px auto;
}
table {
border-collapse: collapse;
font-size: 1.05rem;