Skip to content

Commit

Permalink
Minor tweak of styling and ran prettier on everything
Browse files Browse the repository at this point in the history
  • Loading branch information
rberenguel committed Dec 8, 2024
1 parent d38e2c1 commit b374443
Show file tree
Hide file tree
Showing 143 changed files with 154,304 additions and 42,213 deletions.
456 changes: 232 additions & 224 deletions 2/2.js

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions 2/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<!doctype html>
<html>
<head>
<script src="../libraries/3rdparty/p5.min.js"></script>
<script type="module" src="2.js"></script>
<link rel="stylesheet" type='text/css' href="../libraries/gui/gui.css">
<link rel="stylesheet" type='text/css' href="../libraries/gui/seeder.css">
<style>
div#gui {
background-color: rgba(50, 50, 50, 0.8);
color: rgba(200, 200, 200);
}
#spinner {
border-color: #CC9933 #CC9933 transparent transparent;
}
</style>
</head>
<body style="margin:0">
<div id="seed"></div>
<div id="gui"></div>
</body>
<head>
<script src="../libraries/3rdparty/p5.min.js"></script>
<script type="module" src="2.js"></script>
<link rel="stylesheet" type="text/css" href="../libraries/gui/gui.css" />
<link rel="stylesheet" type="text/css" href="../libraries/gui/seeder.css" />
<style>
div#gui {
background-color: rgba(50, 50, 50, 0.8);
color: rgba(200, 200, 200);
}
#spinner {
border-color: #cc9933 #cc9933 transparent transparent;
}
</style>
</head>
<body style="margin: 0">
<div id="seed"></div>
<div id="gui"></div>
</body>
</html>
Loading

0 comments on commit b374443

Please sign in to comment.