Skip to content

Commit a32ca98

Browse files
committed
blockquoteを装飾した
1 parent f1934fc commit a32ca98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/slide.scss

+4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,14 @@ body {
128128
&::before {
129129
color: #999999;
130130
content: "\201C";
131+
font-family: Helvetica, Arial, sans-serif;
132+
margin-right: 5px;
131133
}
132134
&::after {
133135
color: #999999;
134136
content: "\201D";
137+
font-family: Helvetica, Arial, sans-serif;
138+
margin-right: 5px;
135139
}
136140
}
137141

0 commit comments

Comments
 (0)