copilot.microsoft.com - Black Mode

Black mode theme for Microsoft Copilot

目前為 2024-12-12 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name copilot.microsoft.com - Black Mode
  3. @namespace typpi.online
  4. @version 1.0.1
  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. /* Invert colors except images and videos */
  12. :is([data-theme='dark'] *) {
  13. /*Box model stuff*/
  14. background-color: black !important;
  15. }
  16. .backdrop-saturate-200 {
  17. /*Box model stuff*/
  18. border: outset;
  19. border-radius: 5px !important;
  20. }
  21. .inset-0 {
  22. top: 0;
  23. right: 0;
  24. /*Positioning stuff*/
  25. left: 0;
  26. /*Miscellaneous*/
  27. /* bottom: 0; */
  28. }
  29. .rounded-full {
  30. /*Box model stuff*/
  31. border-radius: 0px;
  32. }
  33. }