diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-02 16:04:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-02 16:04:31 +0900 |
| commit | 6b96bd01854ecfb7b0ee816831ff4634af8af856 (patch) | |
| tree | d7b3f8d6488e71c903b8deb05ade8c29e6d8b541 /src/client/app/boot.js | |
| parent | Better deployment option descriptions. (#2800) (diff) | |
| download | misskey-6b96bd01854ecfb7b0ee816831ff4634af8af856.tar.gz misskey-6b96bd01854ecfb7b0ee816831ff4634af8af856.tar.bz2 misskey-6b96bd01854ecfb7b0ee816831ff4634af8af856.zip | |
テーマに関して強化
Diffstat (limited to 'src/client/app/boot.js')
| -rw-r--r-- | src/client/app/boot.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/boot.js b/src/client/app/boot.js index e122e0423a..6e06a88aa3 100644 --- a/src/client/app/boot.js +++ b/src/client/app/boot.js @@ -24,7 +24,6 @@ const theme = localStorage.getItem('theme'); if (theme) { Object.entries(JSON.parse(theme)).forEach(([k, v]) => { - if (k == 'meta') return; document.documentElement.style.setProperty(`--${k}`, v.toString()); }); } |