Skip to content

Commit a9b091a

Browse files
committed
🐛 inline body style to prevent flash on load
1 parent bb1e945 commit a9b091a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
content="Simple story points estimation"
1010
/>
1111
<title>narf!</title>
12+
<style>
13+
body {
14+
background-color: #333;
15+
}
16+
</style>
1217
<link rel="icon" type="image/gif" href="/favicon.gif" />
1318
<link rel="stylesheet" href="/styles/index.less" />
1419
</head>

0 commit comments

Comments
 (0)