Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhooper committed Jan 17, 2025
1 parent bf53706 commit a98f8e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion build/index.34550ed951c4daf2667662c6772fd90c.js

This file was deleted.

1 change: 1 addition & 0 deletions build/index.edd0a31a28f8d1841e6b737569338df2.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Terrarium</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/main.8c2828c1e6e4910ee37c6b39c6f53d0b.css">
<link rel="stylesheet" href="styles/main.6718ac7af2f91cf7f646335f2bbea5c6.css">
</head>
<body class="hide-canvas activity-monitor-inactive">
<span class="loading"></span>
Expand Down Expand Up @@ -50,6 +50,6 @@
<span class='credit-x'></span>
<a href="https://digibat.bandcamp.com/releases" target="_blank">Digital Bat</a>
</div>
<script type="text/javascript" src="index.34550ed951c4daf2667662c6772fd90c.js"></script>
<script type="text/javascript" src="index.edd0a31a28f8d1841e6b737569338df2.js"></script>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
html, body {
html {
width: 100%;
height: 100%;
background: linear-gradient(0deg, #5d3277, #4e5fa1);
}

body {
height: 100vh;
width: 100vw;

margin: 0;
position: relative;
overflow: hidden;
background: linear-gradient(0deg, #5d3277, #4e5fa1);
}

.hide-canvas .loading {
Expand Down

0 comments on commit a98f8e6

Please sign in to comment.