瀏覽代碼

apply custom css as the last style tag (fixes #2237)

Eugene Pankov 6 年之前
父節點
當前提交
2e8b465b3f
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      app/index.pug

+ 2 - 4
app/index.pug

@@ -8,17 +8,15 @@ html
             window.nodeRequire = require
         script(src='./preload.js')
         script(src='./bundle.js', defer)
-        style#custom-css
         style.
             body { transition: 0.5s background; }
     body
+        style#custom-css
         app-root
             .preload-logo
                 div
                     .terminus-logo
                     h1.terminus-title Terminus
-                        sup α 
+                        sup α
                     .progress
                         .bar(style='width: 0%')
-
-