Skip to content

Commit

Permalink
Improve the readablility of blockquotes (#481)
Browse files Browse the repository at this point in the history
Merge pull request 481
  • Loading branch information
hszhakka committed Feb 26, 2020
1 parent 8745e2c commit 46a1bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Expand Up @@ -30,7 +30,7 @@ Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspe

Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.

> This quote will change your life. It will reveal the secrets of the universe, and all the wonders of humanity. Don't misuse it.
> This quote will *change* your life. It will reveal the <i>secrets</i> of the universe, and all the wonders of humanity. Don't <em>misuse</em> it.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt.

Expand Down
5 changes: 4 additions & 1 deletion _sass/minima/_base.scss
Expand Up @@ -138,12 +138,15 @@ blockquote {
border-left: 4px solid $brand-color-light;
padding-left: $spacing-unit / 2;
@include relative-font-size(1.125);
letter-spacing: -1px;
font-style: italic;

> :last-child {
margin-bottom: 0;
}

i, em {
font-style: normal;
}
}


Expand Down

0 comments on commit 46a1bea

Please sign in to comment.