mjz update

This commit is contained in:
mjz
2023-05-28 22:38:55 +08:00
parent 31b64e1e46
commit a5adc44849
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ article: false
---
## 深色背景
在 class 中加入 `bg-Red|Orange|...`
在 class 中加入 `bg-red|orange|...`
```css
.bg-red /* 嫣红 #e54d42 */
@@ -27,7 +27,7 @@ article: false
```
## 浅色背景
在 class 中加入 `bg-Red|Orange|...`
在 class 中加入 `bg-red|orange|...`
在 class 中再加入 `light`
```css