Commit 9aed5f18 authored by Randall Leeds's avatar Randall Leeds

opacify quotation marks

parent f18d6911
......@@ -269,22 +269,22 @@ blockquote {
margin-bottom: 1em;
padding: 0 1em;
&:before, &:after {
color: $grayLighter;
font-family: "icomoon";
position: absolute;
}
&:before {
color: rgba(150, 150, 150, .5);
content: "\23";
font-family: "icomoon";
font-size: 6em;
position: absolute;
top: -.2em;
left: -.15em;
}
&:after {
color: rgba(150, 150, 150, .5);
content: "\24";
font-family: "icomoon";
font-size: 5em;
position: absolute;
right: -.15em;
bottom: -.1em;
}
......
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