diff options
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r-- | superhero/bootswatch.less | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index c90be81c..071835df 100644 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -37,8 +37,6 @@ .btn { - font-weight: 300; - &-default { &:hover { background-color: darken(@btn-default-bg, 3%); @@ -53,10 +51,6 @@ // Typography ================================================================= -body { - font-weight: 300; -} - .text-primary, .text-primary:hover { color: @brand-primary; @@ -94,7 +88,6 @@ body { > li > a { font-size: 12px; - font-weight: 300; } } @@ -147,7 +140,6 @@ label, .checkbox label, .help-block { font-size: 12px; - font-weight: 300; } .input-addon, @@ -257,10 +249,6 @@ label, // Indicators ================================================================= -.label { - font-weight: 300; -} - .alert { color: #fff; |