mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-24 13:33:26 +08:00
fix(style): fix the issue mentioned in #127
This commit is contained in:
@@ -483,7 +483,7 @@ class App{
|
||||
const themeLink = $(document).find('#themeLink');
|
||||
|
||||
if(theme == 'light') {
|
||||
themeLink.attr('href', 'style.css');
|
||||
themeLink.attr('href', 'light.css');
|
||||
} else {
|
||||
themeLink.attr('href', 'dark.css');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user