copilot.microsoft.com - Black Mode

Black mode theme for Microsoft Copilot

目前为 2024-12-11 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name copilot.microsoft.com - Black Mode
  3. @namespace typpi.online
  4. @version 1.0.0
  5. @description Black mode theme for Microsoft Copilot
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("copilot.microsoft.com")
  11. {
  12. /* Invert colors except images and videos */
  13. :is([data-theme = dark] *)
  14. {
  15. background-color: black !important;
  16. }
  17.  
  18. .backdrop-saturate-200
  19. {
  20. border-radius: 5px !important;
  21. border: outset;
  22. }
  23.  
  24. .rounded-full
  25. {
  26. border-radius: 0px;
  27. }
  28. }