Skip to content

Commit

Permalink
fix blockquotes appearance for the dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Jul 8, 2024
1 parent 13ece90 commit 979c941
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,8 @@ blockquote > p:last-child {
a.anchor:hover:after {
color: rgb(110, 110, 110);
}

blockquote {
background-color: #2c2c2c;
}
}

0 comments on commit 979c941

Please sign in to comment.