copilot.microsoft.com - Black Mode

Black mode theme for Microsoft Copilot

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

/* ==UserStyle==
@name           copilot.microsoft.com - Black Mode
@namespace      typpi.online
@version        1.0.0
@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] *)
	{
		background-color: black !important;
	}

	.backdrop-saturate-200
	{
		border-radius: 5px !important;
		border: outset;
	}

	.rounded-full
	{
		border-radius: 0px;
	}
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址