箇条書きの段落に色を付けるCSS
#CSS
code:css
.indent-markstyle*="width: 1.5em" .dot {
background-color: #179299;
}
.indent-markstyle*="width: 3em" .dot {
background-color: #40a02b;
}
.indent-markstyle*="width: 4.5em" .dot {
background-color: #df8e1d;
}
.indent-markstyle*="width: 6em" .dot {
background-color: #fe640b;
}
.indent-markstyle*="width: 7.5em" .dot {
background-color: #d20f39;
}