YunYouJun / hexo-theme-yun

☁️ A fast & light & lovely theme for Hexo. 一个对可爱自以为是的 Hexo 主题。
https://yun.yunyoujun.cn
MIT License
1.38k stars 167 forks source link

[Feature Request]文章页怎么设置半透明 #353

Open Ezgx opened 1 year ago

Ezgx commented 1 year ago

文章页怎么设置半透明

YunYouJun commented 1 year ago

自定义 CSS 背景。

https://yun.yunyoujun.cn/guide/config.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A0%B7%E5%BC%8F

Ezgx commented 1 year ago

自定义 CSS 背景。

https://yun.yunyoujun.cn/guide/config.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A0%B7%E5%BC%8F

但是你这个主题好像没有适用的文章页面半透明背景css

YunYouJun commented 1 year ago

image

新建 source/_data/style/xxx.styl

:root {
  --post-block-bg-color: rgba(255,255,255,0.5);
}
Ezgx commented 1 year ago

image

新建 source/_data/style/xxx.styl

:root {
  --post-block-bg-color: rgba(255,255,255,0.5);
}

建了文件后需要在_config.yun.yml里引入吗