Skip to content

Commit

Permalink
update blockquote style
Browse files Browse the repository at this point in the history
  • Loading branch information
cntrump committed Jan 29, 2020
1 parent e3aa06c commit f27bea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/dark-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ pre,
}

.article.markdown-body blockquote {
border-left-color: #d95755;
background-color: rgba(229, 239, 249, .08);
border-left-color: #5182ce;
background-color: rgba(81, 130, 206, .08);
}

.image-container {
Expand Down
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ acronym {
font-size: 95%;
padding: 10px;
border-radius: 2px;
border-left: 5px solid #fc8383;
background-color: rgba(0, 29, 59, .02);
border-left: 5px solid #75a4f8;
background-color: rgba(117, 164, 248, .08);
}

.article.markdown-body q::before,
Expand Down

0 comments on commit f27bea0

Please sign in to comment.