Last active
June 23, 2026 13:03
-
-
Save andy0130tw/cf7ea286a19417ab1a9a2de074c77cd6 to your computer and use it in GitHub Desktop.
A minimal CSS snippet to make AI slop results appear faded
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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