Update head-inline.js

This commit is contained in:
Tetrakern 2023-09-17 20:59:45 +02:00
parent 7ddc6d650d
commit 41bc7c35f3

View File

@ -51,6 +51,6 @@ if (_s && (_s = JSON.parse(_s))) {
}
}
if (localStorage.getItem('lightmode')) {
_r.dataset.mode = localStorage.getItem('lightmode') == 'true' ? 'light' : '';
if (localStorage.getItem('fcnLightmode')) {
_r.dataset.mode = localStorage.getItem('fcnLightmode') == 'true' ? 'light' : '';
}