diff --git a/skeleton/themes/demo/_base.scss b/skeleton/themes/demo/_base.scss index 021210e..f664ae0 100644 --- a/skeleton/themes/demo/_base.scss +++ b/skeleton/themes/demo/_base.scss @@ -93,10 +93,7 @@ p { } } em, i { font-style: italic; } -strong, b { - font-weight: bold; - color: #333; -} +strong, b { font-weight: bold; } u { text-decoration: underline; } small { font-size: 80%; } /* Blockquotes */ diff --git a/skeleton/themes/sphenoid/_base.scss b/skeleton/themes/sphenoid/_base.scss index bf50621..69b15fd 100644 --- a/skeleton/themes/sphenoid/_base.scss +++ b/skeleton/themes/sphenoid/_base.scss @@ -88,10 +88,7 @@ p { } } em, i { font-style: italic; } -strong, b { - font-weight: bold; - color: #333; -} +strong, b { font-weight: bold; } u { text-decoration: underline; } small { font-size: 80%; } /* Blockquotes */