Skip to content

Commit 0e9126f

Browse files
committed
Blog: stylize tips
1 parent 4456f7f commit 0e9126f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/public/blog/syntax-errors-2021/index.ejs.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@
198198

199199
.tip {
200200
padding-bottom: 1rem;
201-
font-style: italic;
201+
}
202+
.tip:before {
203+
content: "💡";
204+
font-style: normal;
202205
}
203206

204207
.code-example table {

0 commit comments

Comments
 (0)