diff --git a/resources/common/typography.less b/resources/common/typography.less index 71009b05..fcb9f313 100644 --- a/resources/common/typography.less +++ b/resources/common/typography.less @@ -19,7 +19,7 @@ body { ul { // `list-style-image` sits on `ul` as it inherits and we don't need to worry about `ol`. // No need for PNG fallback. Fallback is browser default (a smaller, also black, circle). - list-style-image: 'images/bullet-icon.svg'; + list-style-image: url( images/bullet-icon.svg ); } pre,