From bb15c457e4c1a78b9a225fc9338f75e135e2dcc5 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 2 Jul 2014 01:04:54 -0400 Subject: [PATCH] modern.less cleanup --- public/css/themes/modern.less | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/public/css/themes/modern.less b/public/css/themes/modern.less index 75dd14ef74..3773792a28 100644 --- a/public/css/themes/modern.less +++ b/public/css/themes/modern.less @@ -20,8 +20,8 @@ // ------------------------- footer { - background-color: @gray-darker; color: #fff; + background-color: @gray-darker; a:hover { color: #fff; @@ -45,14 +45,6 @@ a { &:hover { text-decoration: none; } - - &.text-danger { - color: @brand-danger; - - &:hover { - color: @gray-darker; - } - } } ul, @@ -62,6 +54,10 @@ p { font-weight: 300; } +.text-danger { + color: @brand-danger; +} + // Dropdowns // ------------------------- @@ -101,9 +97,9 @@ p { .btn-link { &:hover { + color: @gray-darker; text-decoration: none; background-color: transparent; - color: @gray-darker; } } @@ -126,8 +122,8 @@ p { @state-danger-bg: @brand-danger; .alert { - color: #fff; font-family: 'Raleway', sans-serif; + color: #fff; } // Navbar