fitfileviewer.com - Dark Mode

Dark theme for FitFileViewer.com

当前为 2024-12-20 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name fitfileviewer.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.1
  5. @description Dark theme for FitFileViewer.com
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("fitfileviewer.com") {
  11. .px-4,
  12. .tracking-tight,
  13. .whitespace-pre-wrap {
  14. color: #000;
  15. }
  16.  
  17. .text-red-500 {
  18. color: #008b84;
  19. }
  20.  
  21. .border-slate-700 {
  22. --tw-border-opacity: 1;
  23. border-color: #008b84;
  24. }
  25.  
  26. #y1 > option,
  27. #y2 > option {
  28. background: #454545;
  29. color: #fff;
  30. }
  31.  
  32. /* Invert colors except images and videos */
  33. :is(
  34. html:not([stylus-iframe]),
  35. img,
  36. svg,
  37. video,
  38. .w-11\/12
  39. ) {
  40. /*Manipulations stuff*/
  41. filter: invert(1) hue-rotate(180deg) !important;
  42. }
  43. }