FEATURE: polish the style of li bullet
This commit is contained in:
parent
dff0a29698
commit
fab2b100a8
1 changed files with 18 additions and 0 deletions
|
@ -277,6 +277,24 @@ $gray: #919EB1;
|
|||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
}
|
||||
|
||||
// ordered & unordered list style
|
||||
|
||||
ol li {
|
||||
padding-left: 5px;
|
||||
|
||||
&::marker {
|
||||
color: #919EB1;
|
||||
}
|
||||
}
|
||||
|
||||
ul li {
|
||||
padding-left: 5px;
|
||||
|
||||
&::marker {
|
||||
color: #919EB1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tag-div {
|
||||
|
|
Loading…
Add table
Reference in a new issue