odmiana.net - Dark mode

Dark mode + ad removal for odmiana.net

  1. /* ==UserStyle==
  2. @name odmiana.net - Dark mode
  3. @version 1.0
  4. @namespace userstyles.world/user/griffi-gh
  5. @description Dark mode + ad removal for odmiana.net
  6. @author griffi-gh
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("odmiana.net") {
  11. body {
  12. --fbc-white: black !important;
  13. --fbc-primary-text: white !important;
  14. --fbc-secondary-text: #aaaaaa !important;
  15. background: #222222 !important;
  16. color: white !important;
  17. }
  18.  
  19. p,h1,h2,h3,h4,h5,h6 {
  20. color: unset !important;
  21. }
  22.  
  23. table,tbody {
  24. background: #333333 !important;
  25. }
  26.  
  27. tr:hover {
  28. background: #444444 !important;
  29. }
  30. html [data-l="https://anomoto.pl"] {
  31. display: none !important;
  32. }
  33. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址