-
我在onelight.user.css里把代码块默认的黑色背景改成了白色,现在在修改各类字体的颜色。但是我找不到这个代码语言修改浮窗里的字体在哪里修改,请问能否告知一下在css文件的哪个部分? ![]() |
Beta Was this translation helpful? Give feedback.
Answered by
caolib
Aug 5, 2025
Replies: 1 comment 3 replies
-
@neko-nico span.ty-input.ty-input-after.ty-cm-lang-input {
- color: white;
+ color: black;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
neko-nico
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@neko-nico
onelight\style\code.css
59行