Style quote and strong
This commit is contained in:
parent
4db288dc39
commit
51e4711783
1 changed files with 16 additions and 0 deletions
|
@ -45,3 +45,19 @@ article {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border: none;
|
||||||
|
border-left: dashed $spacer / 4;
|
||||||
|
padding: $spacer;
|
||||||
|
margin-top: $spacer * 2;
|
||||||
|
border-color: $white;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
content: "Quote";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue