Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
efivars committed Feb 29, 2024
1 parent f8071d9 commit 5dad63b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions assets/index-1f88f85b.js → assets/index-7fa0ca96.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-a7b6c620.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{b as a,a as o,T as r}from"./index-7fa0ca96.js";export{a as ThemeContextProvider,o as ThemeSwitchButton,r as default};
1 change: 0 additions & 1 deletion assets/index-d821ba09.js

This file was deleted.

2 changes: 1 addition & 1 deletion assets/ts-particles/collision.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"autoPlay": true,
"background": {
"color": {
"value": "#0d2147"
"value": "#004924"
},
"image": "",
"position": "",
Expand Down
4 changes: 2 additions & 2 deletions assets/ts-particles/nyan-cat.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"value": "#043564"
},
"image": "url('https://vincentgarreau.com/particles.js/assets/img/kbLd9vb_new.gif')",
"position": "0 50%",
"position": "-100% 50%",
"repeat": "no-repeat",
"size": "60%",
"size": "80%",
"opacity": 1
},
"backgroundMask": {
Expand Down
3 changes: 0 additions & 3 deletions assets/ts-particles/sparkles.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"autoPlay": true,
"background": {
"color": {
"value": "#5b5b92"
},
"image": "",
"position": "",
"repeat": "",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/guessing-game/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>~/gg</title>
<script type="module" crossorigin src="/guessing-game/assets/index-1f88f85b.js"></script>
<script type="module" crossorigin src="/guessing-game/assets/index-7fa0ca96.js"></script>
<link rel="stylesheet" href="/guessing-game/assets/index-41015947.css">
</head>
<body>
Expand Down

0 comments on commit 5dad63b

Please sign in to comment.