-
在
\themes\butterfly\source\css
目录下新建article_transparent.css
文件,添加:1/* 首页文章栏背景透明 */ 2#recent-posts>.recent-post-item,.layout_page>div:first-child:not(.recent-posts),.layout_post>#page,.layout_post>#post,.read-mode .layout_post>#post { 3 background: var(--light_bg_color) 4} 5 6/* 侧边栏透明 */ 7#aside-content .card-widget { 8 background: var(--light_bg_color) 9}
-
在主题配置文件
_config.butterfly.yml
的inject
,在head
直接引入css
文件1- <script src="/css/article_transparent.js"></script>
💬Discussion