文章透明度更改styles文件无效果 #549
aldol-reaction
started this conversation in
General
Replies: 2 comments 2 replies
-
已解决 |
Beta Was this translation helpful? Give feedback.
2 replies
-
更推薦使用下面的方式進行更改。 舊版的修改方式是在 .post-block {
background: rgba(255, 255, 255, 0.9);
} 但是新版並不 work,而且打開 F12,會發現它被槓掉了 (被呈現刪除線)。 我們可以觀察到他使用了 $content-bg-color = rgba(255, 255, 255, 0.9); 完成 ! |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
NexT version 8.12.2
博客网址:https://aldol-reaction.github.io/
表格部分行透明部分行不透明。
详见这篇文章效果:https://aldol-reaction.github.io/posts/aa2834e7
插件 [email protected]
今天刚升级了 V8 版本,找了好久没找到解决方案。
我的完整 styles 文件:
Beta Was this translation helpful? Give feedback.
All reactions