Greasy Fork镜像 支持简体中文。

brawlhalla.com - Dark Mode

Dark Mode for Brawlhalla Website

目前為 2025-03-26 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name brawlhalla.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.1.0
  5. @description Dark Mode for Brawlhalla Website
  6. @author Nick2bad4u
  7. @license UnLicense
  8.  
  9. @homepageURL https://github.com/Nick2bad4u/UserStyles
  10. @supportURL https://github.com/Nick2bad4u/UserStyles/issues
  11. ==/UserStyle== */
  12. @-moz-document domain("brawlhalla.com") {
  13. :root {
  14. --highlight: #30f1dd;
  15. --blue: #073747;
  16. --cyan: #0d5268;
  17. --blue-cyan: #0a475c;
  18. --off-white: #f3f3f3;
  19. --orange: #f49b0c;
  20. --yellow: #ffed2e;
  21. --dark-1: #0b283f;
  22. }
  23.  
  24. /* Invert colors except images and videos */
  25. html,
  26. img,
  27. svg,
  28. video,
  29. iframe {
  30. filter: invert(1) hue-rotate(180deg) !important;
  31. }
  32.  
  33. .svelte-xktl6u div.svelte-xktl6u div.svelte-xktl6u {
  34. filter: invert(1) hue-rotate(180deg) !important;
  35. }
  36.  
  37. .container.svelte-mdwp6y.svelte-mdwp6y.svelte-mdwp6y.svelte-mdwp6y.svelte-mdwp6y {
  38. background: #fff !important;
  39. }
  40. }

QingJ © 2025

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