Skip to content

Instantly share code, notes, and snippets.

@andy0130tw
Last active June 23, 2026 13:03
Show Gist options
  • Select an option

  • Save andy0130tw/cf7ea286a19417ab1a9a2de074c77cd6 to your computer and use it in GitHub Desktop.

Select an option

Save andy0130tw/cf7ea286a19417ab1a9a2de074c77cd6 to your computer and use it in GitHub Desktop.
A minimal CSS snippet to make AI slop results appear faded
.theme_dark .search-result:has(.ai-stain-icon),
.theme_dark .search-result:has(.ai-stain-icon) + .sr-group {
--app-text: #403E3C80;
--search-result-url-link: #878580;
--result-item-title-border: #87858080;
--search-result-title: #87858080;
--search-result-content-text: #87858080;
}
.theme_dark .search-result .ai-stain-icon > svg {
color: #C03E35;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment