UX: hide background image in crawler view (#18054)

This commit is contained in:
Kris 2022-08-23 18:10:21 -04:00 committed by GitHub
parent 87f5715878
commit c89dc682c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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;