summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitwik Sharma <[email protected]>2025-02-18 11:02:05 +0530
committerGitHub <[email protected]>2025-02-18 11:02:05 +0530
commit0eafd4f9b31b3265b6fedf2bb4be1a5aeafc7ecc (patch)
tree461058dcf684e481cccf6a276354d1ddb78102de
parent14cafbada6f4161f01a102d4a06789aa606e2d01 (diff)
Added support for microsoft copilot
-rw-r--r--styles/websites/copilot-microsoft.css12
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);
+ }
+}