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

@@ -49,6 +49,10 @@ blockquote {
border-left-color: var(--dark-secondary-color);
}
hr {
color: var(--dark-secondary-color);
}
table thead {
background-color: var(--dark-secondary-color);
}