[opt] css
This commit is contained in:
parent
cada6b13f1
commit
2eac759435
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Stellar 是一个内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,请配合 [文档](https://xaoxuu.com/wiki/stellar/) 使用。
|
Stellar 是一个内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,请配合 [文档](https://xaoxuu.com/wiki/stellar/) 使用。
|
||||||
|
|
||||||
[![Star History Chart](https://api.star-history.com/svg?repos=xaoxuu/hexo-theme-stellar&type=Date)](https://star-history.com/#xaoxuu/hexo-theme-stellar&Date)
|
[![Stargazers over time](https://starchart.cc/xaoxuu/hexo-theme-stellar.svg)](https://starchart.cc/xaoxuu/hexo-theme-stellar)
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
@ -12,7 +12,7 @@ Check your environment:
|
||||||
```yaml
|
```yaml
|
||||||
Hexo: 5.4.0 ~ 6.3.0
|
Hexo: 5.4.0 ~ 6.3.0
|
||||||
hexo-cli: 4.3.0 ~ latest
|
hexo-cli: 4.3.0 ~ latest
|
||||||
node.js: 14.17.3 ~ 18.12.0
|
node.js: 14.17.3 ~ 18.12.0
|
||||||
npm: 6.14.13 ~ 8.19.2
|
npm: 6.14.13 ~ 8.19.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -30,13 +30,13 @@
|
||||||
&:hover
|
&:hover
|
||||||
color: var(--text-p0)
|
color: var(--text-p0)
|
||||||
background: var(--block-hover)
|
background: var(--block-hover)
|
||||||
&:after
|
&:after
|
||||||
position: absolute
|
position: absolute
|
||||||
content: '+'
|
content: '+'
|
||||||
text-align: center
|
text-align: center
|
||||||
top: 50%
|
top: 50%
|
||||||
transform: translateY(-50%)
|
transform: translateY(-50%)
|
||||||
right: 1rem
|
right: 1rem
|
||||||
|
|
||||||
|
|
||||||
.tag-plugin.folders details[open]
|
.tag-plugin.folders details[open]
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
>summary
|
>summary
|
||||||
color: var(--text-p1)
|
color: var(--text-p1)
|
||||||
background: var(--block-hover)
|
background: var(--block-hover)
|
||||||
&:hover:after
|
&:after
|
||||||
content: '-'
|
content: '-'
|
||||||
|
|
||||||
>div.body
|
>div.body
|
||||||
|
|
Loading…
Reference in New Issue