mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
apply custom css as the last style tag (fixes #2237)
This commit is contained in:
parent
2773c61677
commit
2e8b465b3f
1 changed files with 2 additions and 4 deletions
|
@ -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%')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue