diff options
-rw-r--r-- | styles/websites/copilot-microsoft.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/styles/websites/copilot-microsoft.css b/styles/websites/copilot-microsoft.css new file mode 100644 index 0000000..aa1ef13 --- /dev/null +++ b/styles/websites/copilot-microsoft.css @@ -0,0 +1,12 @@ +@-moz-document domain("copilot.microsoft.com") { + * { + background: none !important; + } + .dark\:bg-midnight-750:is([data-theme="dark"] *){ + background-color: rgb(29 36 57 / var(--tw-bg-opacity)) !important; + } + .dark\:before\:bg-midnight-800:is([data-theme="dark"] *)::before { + background-color: rgba(23,30,50,0.2) !important; + backdrop-filter: blur(512px); + } +} |