简单调下深色模式下的三指,凑合用吧
@
media (prefers-dark-interface)
{
html {
-apple-color-filter: apple-invert-lightness();
color: #00A9EE;
}
a {
-apple-color-filter: apple-invert-lightness();
color: -webkit-link;
}
img {
filter: invert(0);
}
html.apple_client-panel span{
color:#ddd;
}
html.apple_client-panel .ldoceEntry .COLLO,
html.apple_client-panel .ldoceEntry .PROPFORM,
html.apple_client-panel .ldoceEntry .PROPFORMPREP{
color: #89BB72;
}
html.apple_client-panel .ldoceEntry .ColloExa ,
html.apple_client-panel .ldoceEntry .COLLOINEXA ,
html.apple_client-panel .ldoceEntry .COMMENT ,
html.apple_client-panel .ldoceEntry .COMP {
color: #C46DD5;
}
}