This commit is contained in:
Nicolas Bally 2012-06-19 22:29:59 +02:00
parent 92e295f80e
commit b3b3494bba

View File

@ -234,9 +234,14 @@ em {
i, var, samp, cite, cite a {
font: italic 300 1em / 90% $font1 }
strong, b {
strong {
color: ($main-color*30);
font: normal 600 1em / 90% $font2; }
font-weight:bold; }
b {
color: ($main-color*30);
font: normal 600 1em / 90% $font2; }