diff options
Diffstat (limited to 'styles/websites/copilot.microsoft.css')
-rw-r--r-- | styles/websites/copilot.microsoft.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/styles/websites/copilot.microsoft.css b/styles/websites/copilot.microsoft.css deleted file mode 100644 index d3d50d8..0000000 --- a/styles/websites/copilot.microsoft.css +++ /dev/null @@ -1,10 +0,0 @@ -* { - 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); -} |