Skip to content

Commit

Permalink
Added colors for <hr> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Apr 13, 2024
1 parent c41f152 commit fa68a9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 4 additions & 0 deletions static/css/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ blockquote {
border-left: 0.25em solid #CCC;
}

hr {
border: 1px solid rgb(185, 185, 185);
}

.header {
background-image: url(../../images/header-bg-light.jpg);
}
Expand Down

0 comments on commit fa68a9e

Please sign in to comment.