diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index da7853a..043f48c 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -132,17 +132,7 @@ dt { } ul li { - list-style: none; -} - -ul li:before { - content: ">>"; - font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; - font-size: 13px; - color: #b5e853; - margin-left: -37px; - margin-right: 21px; - line-height: 16px; + list-style-image:url('../images/bullet.png'); } blockquote { diff --git a/assets/images/bullet.png b/assets/images/bullet.png new file mode 100644 index 0000000..c8f8de1 Binary files /dev/null and b/assets/images/bullet.png differ