List icon configurable (#152)
List icon made configurable by introducing ul-li-icon CSS variable
This commit is contained in:
parent
d2ba0eabea
commit
9e20c65ad8
3 changed files with 15 additions and 4 deletions
|
|
@ -41,4 +41,8 @@
|
|||
/* === Footer === */
|
||||
--footer-color-background: #22343a;
|
||||
--footer-color: #bbc7cc;
|
||||
}
|
||||
|
||||
/* === Lists === */
|
||||
/* define list element for unnumbered lists, leave empty for default list element */
|
||||
--ul-li-icon: fa-asterisk;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue