I need some CSS help!
I have the following code within Stylus for a Mastodon plugin, but this effects the entire domain including subdomains.
@-moz-document domain("androiddev.social") {
body {
background: #383737;
What code can I put so that if I were to visit blog.androiddev.social it would block the CSS code above and display the page with the default styling?
Hopefully that makes sense and that I've explained it correctly.