load light theme as fallback
This commit is contained in:
parent
c9c50349b8
commit
8a416856e3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ function setTheme(name) {
|
|||
link.href = `./themes/${file}`;
|
||||
lbry.setClientSetting("theme", name);
|
||||
} else {
|
||||
link.href = `./themes/light.css`;
|
||||
lbry.setClientSetting("theme", "light");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue