diff --git a/source/css/_schemes/Pisces/_sidebar.styl b/source/css/_schemes/Pisces/_sidebar.styl index 7b8b5861ef..b333a218d6 100644 --- a/source/css/_schemes/Pisces/_sidebar.styl +++ b/source/css/_schemes/Pisces/_sidebar.styl @@ -55,18 +55,17 @@ border-top: 1px dotted $grey-light; border-bottom: 1px dotted $grey-light; text-align: center; -} - -.feed-link a, .chat a { - display: block; - color: $orange; - border: none; + a { + display: block; + color: $orange; + border: none !important; - &:hover { - background: none; - color: darken($orange, 20%); + &:hover { + background: none; + color: darken($orange, 20%); - i { color: darken($orange, 20%); } + i { color: darken($orange, 20%); } + } } }