Skip to content

Commit 0441396

Browse files
committed
update
1 parent ad62a18 commit 0441396

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_sass/_posts.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ article.post div.post-content > p {
263263
blockquote {
264264
font-size: 0.95em;
265265
color: $gray-4;
266-
padding: 1rem;
266+
padding: $blockquote-padding;
267267
margin: 0 0 1em 1rem;
268268
border: none;
269-
border-left: 4px solid $border-light;
270-
background-color: rgba(49,49,49,0.03);
269+
border-left: $blockquote-border-width solid $blockquote-border-color;
270+
background-color: $blockquote-bg;
271271
line-height: 1.5;
272272

273273
strong {

_sass/_variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ $small-breakpoint: 425px;
5151
$medium-breakpoint: 600px;
5252

5353
// Component tokens (shared with newsletter via PasteUp)
54-
$blockquote-bg: #fffaf0;
55-
$blockquote-border-width: 3px;
56-
$blockquote-border-color: $border-color;
57-
$blockquote-padding: 5px 20px;
54+
$blockquote-bg: #fafafa;
55+
$blockquote-border-width: 4px;
56+
$blockquote-border-color: $border-light;
57+
$blockquote-padding: 1rem;
5858
$list-bg: $gray-1;
5959
$list-padding: 0 20px;
6060
$content-font-family: $root-font-family;

0 commit comments

Comments
 (0)