From 4235e2ed174af7269c71d812f311f7d2dac57b37 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 23 Jul 2011 09:06:37 -0400 Subject: [PATCH] added article scope to stylized list italics --- sass/custom/_styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index a7b2bde..8316afd 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -1,4 +1,4 @@ -li { em { color: mix($text-color-light, $text-color); }} +article li { em { color: mix($text-color-light, $text-color); }} @include font-face("Bebas-Neue", font-files("bebasneue-web.woff", woff, "bebasneue-web.ttf", truetype, "bebasneue-web.svg#BebasNeueRegular", svg), $eot: "bebasneue-web.eot" );