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; border-left: 0.25em solid #444;
} }
hr {
border: 1px solid rgb(110, 110, 110);
}
img.color-adapting-image, img.color-adapting-image,
figure.color-adapting-image img { figure.color-adapting-image img {
filter: invert(85%) hue-rotate(180deg); filter: invert(85%) hue-rotate(180deg);

View File

@ -35,6 +35,10 @@ blockquote {
border-left: 0.25em solid #CCC; border-left: 0.25em solid #CCC;
} }
hr {
border: 1px solid rgb(185, 185, 185);
}
.header { .header {
background-image: url(../../images/header-bg-light.jpg); background-image: url(../../images/header-bg-light.jpg);
} }