mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
Optimize the logic for switching between light and dark modes
This commit is contained in:
parent
abdcd76a80
commit
88a3a9f46b
9 changed files with 13 additions and 10 deletions
|
@ -41,7 +41,7 @@ site: {
|
|||
```ts
|
||||
color: {
|
||||
// режим темы по умолчанию
|
||||
mode: 'light' // light, dark
|
||||
mode: 'light' // light, dark, auto
|
||||
// светлый режим
|
||||
light: {
|
||||
// основной цвет
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue