diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index fbdfa45f2..067fc0128 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -235,18 +235,6 @@ body { a { color: $color-theme-primary; - - // Override to make link look and behave as a normal link (e.g. used for - // elements which have links) - &.link-look { - color: $color-theme-primary !important; - - :hover, - :focus { - color: $color-visited-link !important; - text-decoration: underline !important; - } - } } .jumbotron {