UX: Apply crawler styling to <noscript> content

This commit is contained in:
David Taylor 2022-04-06 17:22:21 +01:00
parent 683b172104
commit fdd4c91847

View File

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