copilot.microsoft.com - Black Mode

Black mode theme for Microsoft Copilot

目前为 2024-12-15 提交的版本。查看 最新版本

/* ==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== */
@-moz-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;
	}
}