remove internal and inline css

Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
mufaddal motiwala
2021-12-23 15:34:02 +05:30
parent 18d631f8e2
commit 8fbc988bfc
2 changed files with 6 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'embedded-techdocs-app': patch
---
remove internal and inline CSS from index.html
@@ -42,14 +42,9 @@
href="<%= publicPath %>/safari-pinned-tab.svg"
color="#5bbad5"
/>
<style>
#root {
min-height: 100%;
}
</style>
<title><%= config.getString('app.title') %></title>
</head>
<body style="margin: 0">
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--