Forum Moderators: not2easy
<ul>
<li>text text text text text text text text text text text.</li>
<li>text text text text text text text text text text text.</li>
<li>text text text text text text text text text text text.</li>
</ul>
html:
<ul>
<li class="bluebullet"><span class="list-text">Some Text</span></li>
<li class="bluebullet"><span class="list-text">Some Text</span></li>
<li><span>Some Text</span></li>
<li>Some Text</li>
</ul>
css:
li{font-size:24px; color:black;}
li.bluebullet{font-size:32px; color:blue;}
span.list-text{font-size:24px; color:black;}
Is there a way to add a shadow effect to the bullet without it being an image?
The bullet color is fairly light so it doesn't contrast well against a white background. I don't want to darken the color because its a "site" color (same color is used in my logo which appears againt a black background).