偷懒直接反色了,勿怪
暗黑主题 Dark hdu by gybtx
Details
Authorgybtx
LicenseCC BY
Categoryuserstyles
Created
Updated
Size384 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
偷懒直接反色了,勿怪
Source code
/* ==UserStyle==
@name acm.hdu.edu.cn - 2022/8/4 19:37:03
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("acm.hdu.edu.cn") {
/* 在此插入代码... */
body{
mix-blend-mode: difference;
}
.problem-body{
background: white;
}
}