Style the `q` element similar to `blockquote`
This commit is contained in:
parent
a811c32f58
commit
ce81b744f7
|
@ -11,7 +11,8 @@ body {
|
||||||
background: $background-color;
|
background: $background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote,
|
||||||
|
q {
|
||||||
color: tint($text-color, 40%);
|
color: tint($text-color, 40%);
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue