Added colors for <hr> tags

This commit is contained in:
Steven Engler
2024-04-13 03:01:25 -04:00
parent c41f15216a
commit fa68a9e90e
2 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,10 @@ blockquote {
border-left: 0.25em solid #444;
}
hr {
border: 1px solid rgb(110, 110, 110);
}
img.color-adapting-image,
figure.color-adapting-image img {
filter: invert(85%) hue-rotate(180deg);