king
2020-12-28 6467e4115c5284a15f393e3dd2ffb07ebd2a96d6
src/index.js
@@ -158,6 +158,9 @@
          link.href = GLOB.favicon
          document.getElementsByTagName('head')[0].appendChild(link)
        }
        if (GLOB.style && options.styles[GLOB.style]) {
          document.body.className = options.styles[GLOB.style]
        }
      } catch {
        console.warn('Parse Failure')
      }