feat(theme): 自定义主题

This commit is contained in:
naiba
2020-12-19 10:57:10 +08:00
parent a9b1ab9e95
commit 9dbbfac551
9 changed files with 48 additions and 5 deletions

View File

@@ -22,6 +22,24 @@
sudo ./nezha.sh
```
## 主题自定义
- 默认主题更改进度条颜色示例
```
.ui.green.progress> .bar {
background-color: pink !important;
}
```
- hotaru 主题更改背景图片示例
```
.hotaru-cover {
background: url(https://s3.ax1x.com/2020/12/08/DzHv6A.jpg) center;
}
```
## 常见问题
### 启用 HTTPS