Black mode theme for Microsoft Copilot
当前为
/* ==UserStyle==
@name copilot.microsoft.com - Black Mode
@namespace typpi.online
@version 1.0.1
@description Black mode theme for Microsoft Copilot
@author Nick2bad4u
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@document domain("copilot.microsoft.com") {
/* Invert colors except images and videos */
:is([data-theme='dark'] *) {
/*Box model stuff*/
background-color: black !important;
}
.backdrop-saturate-200 {
/*Box model stuff*/
border: outset;
border-radius: 5px !important;
}
.inset-0 {
top: 0;
right: 0;
/*Positioning stuff*/
left: 0;
/*Miscellaneous*/
/* bottom: 0; */
}
.rounded-full {
/*Box model stuff*/
border-radius: 0;
}
}