Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #567 from deckgo/load-background
Browse files Browse the repository at this point in the history
feat: load studio with the background color set to the color once loaded
  • Loading branch information
peterpeterparker authored Jan 8, 2020
2 parents 68bcba2 + 4cae404 commit a798cf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions studio/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
<script nomodule src="/build/app.js"></script>

<link rel="manifest" href="/manifest.json">

<style>
:root {
background: #f4f5f8;
--ion-background-color: #ffffff;
}
</style>

</head>

<body>
Expand Down

0 comments on commit a798cf1

Please sign in to comment.