mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-06-25 19:05:48 +03:00
cookies
This commit is contained in:
parent
5616bc86a9
commit
6b5b16c42e
2 changed files with 2 additions and 2 deletions
2
404.html
2
404.html
|
@ -91,7 +91,7 @@
|
||||||
backgroundColor: '#fff', // default: '#fff'
|
backgroundColor: '#fff', // default: '#fff'
|
||||||
buttonColorDark: '#100f2c', // default: '#100f2c'
|
buttonColorDark: '#100f2c', // default: '#100f2c'
|
||||||
buttonColorLight: '#fff', // default: '#fff'
|
buttonColorLight: '#fff', // default: '#fff'
|
||||||
saveInCookies: false, // default: true,
|
saveInCookies: true, // default: true,
|
||||||
label: '🌓', // default: ''
|
label: '🌓', // default: ''
|
||||||
autoMatchOsTheme: true // default: true
|
autoMatchOsTheme: true // default: true
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
backgroundColor: '#fff', // default: '#fff'
|
backgroundColor: '#fff', // default: '#fff'
|
||||||
buttonColorDark: '#100f2c', // default: '#100f2c'
|
buttonColorDark: '#100f2c', // default: '#100f2c'
|
||||||
buttonColorLight: '#fff', // default: '#fff'
|
buttonColorLight: '#fff', // default: '#fff'
|
||||||
saveInCookies: false, // default: true,
|
saveInCookies: true, // default: true,
|
||||||
label: '🌓', // default: ''
|
label: '🌓', // default: ''
|
||||||
autoMatchOsTheme: true // default: true
|
autoMatchOsTheme: true // default: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue