Kendea
code:style.css
.line .indent-mark .dot::before {
display: block;
position: absolute;
right: -5px;
top: -10px;
content: '🙂'; /* */
font-size: 16px;
color: #EEE;
}
.line .indent-mark .dot {
background-color: transparent;
}
.line .indent-mark .c-0 + .dot::before {
content: '😃'; /* */
font-size: 20px;
}
.line .indent-mark .c-1 + .dot::before {
content: '😄'; /* */
font-size: 20px;
}
.line .indent-mark .c-2 + .dot::before {
content: '😆'; /* */
font-size: 18px;
}
.line .indent-mark .c-3 + .dot::before {
content: '🤣'; /* */
font-size: 18px;
}
.line .indent-mark .c-4 + .dot::before {
content: '😂'; /* */
font-size: 16px;
}
1
2
3
4
5
6