diff --git a/css/scss/style.sass b/css/scss/style.sass index 5152474..ab2b9b3 100644 --- a/css/scss/style.sass +++ b/css/scss/style.sass @@ -22,9 +22,15 @@ a border-bottom: 1px solid $text-color color: $text-color + &.img + border-bottom: none !important + img border: 1px solid rgba(0, 0, 0, 0.1) !important + &.header + border: none !important + h1, h2, h3 font-family: ff-enzo-web, Verdana, sans-serif color: $text-color @@ -107,7 +113,8 @@ nav color: $text-color &:hover border-bottom: 1px dotted #333 - a.img:hover + + a.img border: none #content diff --git a/css/style.css b/css/style.css index 03575ce..c7ea218 100644 --- a/css/style.css +++ b/css/style.css @@ -15,9 +15,13 @@ a { a:hover { border-bottom: 1px solid #312516; color: #312516; } + a.img { + border-bottom: none !important; } img { border: 1px solid rgba(0, 0, 0, 0.1) !important; } + img.header { + border: none !important; } h1, h2, h3 { font-family: ff-enzo-web, Verdana, sans-serif; @@ -114,7 +118,7 @@ nav { color: #312516; } nav a:hover { border-bottom: 1px dotted #333333; } - nav a.img:hover { + nav a.img { border: none; } #content {