Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2024
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. @-moz-document domain(fetlife.com) {
  2.  
  3. body, html, div#search > * {
  4. background-color: transparent !important;
  5.  
  6. }
  7.  
  8. .bg-black {
  9. --darkreader-bg--tw-bg-opacity: 1;
  10. background-color: rgba(0, 0, 0, 0.3) !important;
  11. }
  12. .bg-gray-900 {
  13. --darkreader-bg--tw-bg-opacity: 1;
  14. background-color: rgba(0, 0, 0, 0.3) !important;
  15. }
  16. .bg-gray-950 {
  17. --darkreader-bg--tw-bg-opacity: 1;
  18. background-color: rgba(0, 0, 0, 0) !important;
  19. }
  20. [data-story-style="bordered"] + [data-story-style="bordered"], [data-story-style="ad"] + [data-story-style="bordered"], [data-story-style="bordered"] + [data-story-style="ad"] {
  21. --darkreader-bg--tw-bg-opacity: 1;
  22. background-color: rgba(0, 0, 0, 0) !important;
  23. }
  24. input::placeholder, textarea::placeholder {
  25. --darkreader-text--tw-text-opacity: 1;
  26. color: rgb(255, 255, 255) !important;
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement