summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrostyBiscuit <[email protected]>2025-02-18 09:11:29 +0100
committerGitHub <[email protected]>2025-02-18 09:11:29 +0100
commit32e781924313026cdbb843c6b9e122896132dd16 (patch)
tree56ebd7361c3a2f53ed0d197a1da454ce17849ef9
parent994c767cf84d824ba028c389172c0a2dc80a98cd (diff)
parent0eafd4f9b31b3265b6fedf2bb4be1a5aeafc7ecc (diff)
Merge pull request #3 from RitwikSHS10/patch-2
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);
+ }
+}