小众软件黑暗模式
我修改了大部分显眼位置的颜色(包括分享图标哦),如果对背景色不满意可以下载后自行修改~
没有管textbox,因为实际使用不影响,输入时变白也不错。
appinn 黑色模式 by kasusa
Details
Authorkasusa
LicenseNo License
Categoryappin
Created
Updated
Size983 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 appinn 黑色模式
@version 20220519.12.38
@namespace userstyles.world/user/kasusa
@description 小众软件黑暗模式
我修改了大部分显眼位置的颜色(包括分享图标哦),如果对背景色不满意可以下载后自行修改~
没有管textbox,因为实际使用不影响,输入时变白也不错。
@author kasusa
@license No License
==/UserStyle== */
@-moz-document domain("appinn.com") {
body {
background-color: #000000eb;
color: #ffffffc9
}
a {
color: #97ceee;
}
#header {
background-color: #29abf7;
background-image: linear-gradient(342deg, #007a9c 0%, #a8f8ef 100%);
}
#s {
background: rgb(255 255 255 / 59%);
}
h1,h2,h3,h4{
color: #ffffffd4;
}
ul.colorful-categories li a{
background-color: #373535 !important;
color: #ffffffa8
}
.copyrights{
background-color: #262626 !important;
}
.mysocial a{
filter: invert(100%) hue-rotate(180deg);
}
}