Style the `q` element similar to `blockquote`

This commit is contained in:
Michael Rose 2017-03-09 10:58:04 -05:00
parent a811c32f58
commit ce81b744f7
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ body {
background: $background-color;
}
blockquote {
blockquote,
q {
color: tint($text-color, 40%);
font-style: italic;