From 6b5b16c42e3b339fc5f1ae1f07f092443c50cca4 Mon Sep 17 00:00:00 2001 From: Alexander Minkin Date: Wed, 27 Jan 2021 18:29:19 +0300 Subject: [PATCH] cookies --- 404.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index a488acf..f00f8a3 100644 --- a/404.html +++ b/404.html @@ -91,7 +91,7 @@ backgroundColor: '#fff', // default: '#fff' buttonColorDark: '#100f2c', // default: '#100f2c' buttonColorLight: '#fff', // default: '#fff' - saveInCookies: false, // default: true, + saveInCookies: true, // default: true, label: '🌓', // default: '' autoMatchOsTheme: true // default: true } diff --git a/index.html b/index.html index c3b5c01..fc21549 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@ backgroundColor: '#fff', // default: '#fff' buttonColorDark: '#100f2c', // default: '#100f2c' buttonColorLight: '#fff', // default: '#fff' - saveInCookies: false, // default: true, + saveInCookies: true, // default: true, label: '🌓', // default: '' autoMatchOsTheme: true // default: true }