Commit 39cc55d9 authored by Aron Carroll's avatar Aron Carroll

Make the quote italic to break up the card text

This was part of an earlier card refactor but was put aside until we'd
tested it with the text diffs. These have been removed for the moment
so it seems like a good time to try this style out.
parent 306d14e3
...@@ -150,6 +150,7 @@ $input-border-radius: 2px; ...@@ -150,6 +150,7 @@ $input-border-radius: 2px;
@mixin quote { @mixin quote {
color: $gray; color: $gray;
font-family: $serif-font-family; font-family: $serif-font-family;
font-style: italic;
padding: 0 .615em; padding: 0 .615em;
border-left: 3px solid $gray-lighter; border-left: 3px solid $gray-lighter;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment