Replies: 3 comments
-
主题是没有继承 viteoress 默认主题配置的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
现在要做到你想要效果比较麻烦,下个版本加个pageClass 属性 |
Beta Was this translation helpful? Give feedback.
0 replies
-
v0.0.25 增加 pageClass |
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.
-
我想给一个页面添加特殊的css效果,列如在links.md 加入
<style > //... </style>这时候发现在全部的页面发挥作用。
查看vitepress文档后发现有pageClass这个配置,可以将额外的类名称添加到特定页面。然后可以在 .vitepress/theme/custom.css 文件中自定义该特定页面的样式。
但是发现不起作用,这是为什么?
该如何单独对某一页面的bannerTitle作用css
Beta Was this translation helpful? Give feedback.
All reactions