Dark mode for polycul.es

Since using Dark Reader fucks up the SVG element

/* ==UserStyle==
@name        Dark mode for polycul.es
@description Since using Dark Reader fucks up the SVG element
@version     1.0
@namespace   https://gf.qytechs.cn/users/3759
@license     CC0
==/UserStyle== */

@-moz-document url-prefix("https://polycul.es") {
body {
    background: #111;
    color: #eee;
}

svg#panel {
    background: #eee;
    color: #111;
}

input, button {
    background: #333;
    color: #ddd;
}

div#graph {
    box-shadow: 5px 5px 10px #999;
}

div#shortcuts {
    box-shadow: 5px 10px 10px -1px #999 !important;
}
}

QingJ © 2025

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