Skip to content

Commit

Permalink
Set a proper bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed May 1, 2024
1 parent 43f911d commit cb64faa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ultrasound/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
<title>Ultrasound Homes</title>
</head>
<body>
<div id="app"></div>
<div id="app">
<style>
html,
body {
background-color: #06061b;
}
</style>
</div>
<script>
(function () {
const script = document.createElement('script');
Expand Down

0 comments on commit cb64faa

Please sign in to comment.