mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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
|
// without support for `var()`. Therefore every color definition needs to define a simple
|
||||||
// value first, as a fallback
|
// value first, as a fallback
|
||||||
|
|
||||||
body.crawler {
|
body.crawler,
|
||||||
|
body > noscript {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
a {
|
a {
|
||||||
// we want all links to look like links
|
// we want all links to look like links
|
||||||
|
Loading…
Reference in New Issue
Block a user