Replies: 2 comments
-
自己改css就好了。参考这篇。https://akilar.top/posts/ebf20e02/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Step1: 将下面的样式写入文件 [data-theme='light']{
--card-bg: rgba(255, 255, 255, .8);
}
[data-theme='dark']{
--card-bg: rgba(13, 13, 13, .6);
}
Step2: 在 inject:
head:
- <link rel="stylesheet" href="/-/css/mine.css"> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
希望可以更改透明度,文章块只能显示纯白,若背景图为深色的话很突兀
Beta Was this translation helpful? Give feedback.
All reactions