mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:51:43 +08:00
UX: Apply crawler styling to <noscript>
content
This commit is contained in:
parent
683b172104
commit
fdd4c91847
|
@ -2,7 +2,8 @@
|
|||
// without support for `var()`. Therefore every color definition needs to define a simple
|
||||
// value first, as a fallback
|
||||
|
||||
body.crawler {
|
||||
body.crawler,
|
||||
body > noscript {
|
||||
font-family: serif;
|
||||
a {
|
||||
// we want all links to look like links
|
||||
|
|
Loading…
Reference in New Issue
Block a user