Skip to content

Commit

Permalink
darker blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbeardman committed May 28, 2024
1 parent a87917a commit d234e0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/elements/_blockquote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

blockquote {
padding-left: $base-spacing-unit;
border-left: 2px solid $color-gray;
color: $color-gray;
border-left: 2px solid $color-dark;
color: $color-dark;

a {
color: $color-gray;
color: $color-dark;
}
}

0 comments on commit d234e0a

Please sign in to comment.