css
This commit is contained in:
parent
c2207b07e6
commit
2b5b6391c3
|
@ -61,7 +61,7 @@ welcome:
|
||||||
**第二步**
|
**第二步**
|
||||||
创建 `blog/source/_data/widgets.yml` 文件,此文件中填写需要自定义的侧边栏组件,例如 `welcome` 组件。
|
创建 `blog/source/_data/widgets.yml` 文件,此文件中填写需要自定义的侧边栏组件,例如 `welcome` 组件。
|
||||||
<br>
|
<br>
|
||||||
如果有任何疑问,请先查阅[文档](https://xaoxuu.com/wiki/stellar/),如果文档中没有提供,请提 [issue](https://github.com/xaoxuu/hexo-theme-stellar/issues/) 向开发中询问。
|
如果有任何疑问,请先查阅 [文档](https://xaoxuu.com/wiki/stellar/),如果文档中没有提供,请提 [issue](https://github.com/xaoxuu/hexo-theme-stellar/issues/) 向开发中询问。
|
||||||
|
|
||||||
timeline:
|
timeline:
|
||||||
layout: timeline
|
layout: timeline
|
||||||
|
|
|
@ -106,6 +106,8 @@
|
||||||
box-shadow: $boxshadow-block
|
box-shadow: $boxshadow-block
|
||||||
p
|
p
|
||||||
font-size: $fs-14
|
font-size: $fs-14
|
||||||
|
img
|
||||||
|
display: block
|
||||||
&:empty
|
&:empty
|
||||||
display: none
|
display: none
|
||||||
p,.highlight,ol,ul,.tag-plugin
|
p,.highlight,ol,ul,.tag-plugin
|
||||||
|
|
Loading…
Reference in New Issue