黑底白字,中文改成了微软雅黑
The Book of Shaders 关灯模式 by phoenix1917
Details
Authorphoenix1917
LicenseNo License
Categoryuserstyles
Created
Updated
Size916 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name The Book of Shaders 关灯模式
@version 20211030.03.02
@namespace userstyles.world/user/phoenix1917
@description 黑底白字,中文改成了微软雅黑
@author phoenix1917
@license No License
==/UserStyle== */
@-moz-document domain("thebookofshaders.com") {
/* ==UserStyle==
@name 关灯模式
@namespace USO Archive
@author Damon
@description 黑底白字,中文改成了微软雅黑
@version 1.0
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
body
{
background-color: #393939;
}
h1,h2,h3,h4,h5
{
font-family: "Microsoft Yahei";
color: #F2F2F2;
}
a
{
color: #FFCAB6;
}
p,li
{
font-family: "Microsoft Yahei";
font-size: 18px;
color: #F2F2F2;
}
code
{
font-family: monaco;
color: #FFD37A;
}
strong
{
color: #FAAA93;
}
.language-processing {
background-color: #5F5F5F;
}
}