Skip to content

Commit

Permalink
Beautified the dark-mode color of blockquote.
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Feb 3, 2020
1 parent df288e3 commit b27ae2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/_dark/dark-main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
--link-underline-color: rgb(99, 131, 182);
--main-border: rgb(63, 65, 68);
--button-bg: rgb(39, 40, 33);
--blockquote-border: rgb(93, 95, 82);
--blockquote-text: rgb(96, 125, 139);
--blockquote-border: rgb(66, 66, 66);
--blockquote-text: rgb(117, 117, 117);

--card-bg: rgb(39, 40, 33);
--card-header-bg: rgb(51, 50, 50);
Expand Down

0 comments on commit b27ae2e

Please sign in to comment.