From 2e8b465b3fb9e11ab5dc30eff8ccf991f8976e8c Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 11 Mar 2020 14:30:01 +0100 Subject: [PATCH] apply custom css as the last style tag (fixes #2237) --- app/index.pug | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/index.pug b/app/index.pug index 8dc1e698..4a689daf 100644 --- a/app/index.pug +++ b/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%') - -