Skip to content

Commit

Permalink
Merge branch 'main' into merge-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Jul 5, 2024
2 parents 45fed35 + 025c09f commit bdea159
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
}
}
}

// Fix background color after upstream moved how the
// normal button is placed in the DOM
.status.collapsed .status__content__spoiler-link {
background: $action-button-color;
}
6 changes: 6 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Disallow: /
User-agent: Applebot
Disallow: /

# AI Data Scraper
# https://darkvisitors.com/agents/applebot-extended

User-agent: Applebot-Extended
Disallow: /

# AI Data Scraper
# https://darkvisitors.com/agents/bytespider

Expand Down

0 comments on commit bdea159

Please sign in to comment.