UX: hide background image in crawler view (#18054)
This commit is contained in:
parent
87f5715878
commit
c89dc682c9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue