将BlueLake主题的界面变为半透明,主题美化。


  • 修改主题风格文件
    目录
    themes\BlueLake\source\css\style.styl
    白色半透明
    rgba(255,250,250,0.85)
  • 115行左右修改背景图
    background:url(https://xxx.webp)
    background-size: cover
    background-attachment: fixed
  • 206行左右修改sidebar侧边栏
    背景颜色改为
      background: rgba(255,250,250,0.85)
  • 270行左右修改*search-form 搜索栏
    背景颜色改为
      background: rgba(255,250,250,0.85)
  • 282行左右修改*result-wrap 搜索栏结果
    背景颜色改为
      background: rgba(255,250,250,0.85)
  • 358行左右修改/* post */ 文章页面
    背景颜色改为
      background: rgba(255,250,250,0.85)