diff --git a/app/assets/stylesheets/common/base/crawler_layout.scss b/app/assets/stylesheets/common/base/crawler_layout.scss index a9deaf7f624..cedb89fd949 100644 --- a/app/assets/stylesheets/common/base/crawler_layout.scss +++ b/app/assets/stylesheets/common/base/crawler_layout.scss @@ -5,6 +5,13 @@ body.crawler, body > noscript { font-family: serif; + + &:after, + &:before { + // common way to show fixed background images + display: none; + } + a { // we want all links to look like links color: blue !important;