Skip to content

Commit

Permalink
feat: Minify SVGs and increase surge delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Axorax committed Oct 20, 2024
1 parent 0de0160 commit 609a065
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
10 changes: 1 addition & 9 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function createBolt() {
}, 800);
}

setInterval(createBolt, 600);
setInterval(createBolt, 1000);

// Stars

Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ button {

main {
flex-direction: column;
height: calc(100% - 2rem);
max-width: calc(100% - 2rem);
width: 20rem;
padding: 1rem;
border-radius: 1rem;
backdrop-filter: blur(2px);
background: #00000020;
}

.center {
Expand Down
15 changes: 1 addition & 14 deletions urlmskr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 609a065

Please sign in to comment.