mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 19:18:20 +08:00
UX: hide background image in crawler view (#18054)
This commit is contained in:
parent
87f5715878
commit
c89dc682c9
@ -5,6 +5,13 @@
|
|||||||
body.crawler,
|
body.crawler,
|
||||||
body > noscript {
|
body > noscript {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
|
|
||||||
|
&:after,
|
||||||
|
&:before {
|
||||||
|
// common way to show fixed background images
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
// we want all links to look like links
|
// we want all links to look like links
|
||||||
color: blue !important;
|
color: blue !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user