Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Firefox 中以浅色主题查看纯文本文件。默认情况下,Firefox 以暗模式显示文件(我使用的是 Firefox 暗模式,我不想更改它)。我可以看到设置主题的 css 代码,但无法永久编辑它(当我重新打开文本文件时它变回来了)。有针对这个的解决方法吗?
是的,你可以在用户样式表中使用这样的东西:
@-moz-document plain-text-document() { :root { background-color: initial !important; color: initial !important; } }
尽管如果您为其提交错误,我们可以为此添加一个首选项:)