Merge pull request #120 from MaxRobinsonTheGreat/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
This commit is contained in:
14
Changelog.md
14
Changelog.md
@@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.3 (current dev)
|
||||||
|
|
||||||
|
### UI Enhancements:
|
||||||
|
- Improved input box styling
|
||||||
|
|
||||||
|
### Simulation Enhancements:
|
||||||
|
-
|
||||||
|
|
||||||
|
### Bug Fixes:
|
||||||
|
- charste changed to charset
|
||||||
|
|
||||||
|
|
||||||
|
Thanks to contributors:
|
||||||
|
|
||||||
## 1.0.2 (12/21/2021)
|
## 1.0.2 (12/21/2021)
|
||||||
|
|
||||||
### UI Enhancements:
|
### UI Enhancements:
|
||||||
|
|||||||
14
dist/css/style.css
vendored
14
dist/css/style.css
vendored
@@ -88,6 +88,20 @@ button:active{
|
|||||||
background-color: #595e77;
|
background-color: #595e77;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input,select {
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 2px solid #9099c2;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: white;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
input:hover,input:active {
|
||||||
|
background-color: rgb(250,250,250);
|
||||||
|
}
|
||||||
|
|
||||||
.icon-links {
|
.icon-links {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charste="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>The Life Engine</title>
|
<title>The Life Engine</title>
|
||||||
<link rel="icon" href="./img/icon.png">
|
<link rel="icon" href="./img/icon.png">
|
||||||
<link rel="stylesheet" href="./css/style.css">
|
<link rel="stylesheet" href="./css/style.css">
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -2048,9 +2048,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimist": {
|
"minimist": {
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
||||||
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
|
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"mississippi": {
|
"mississippi": {
|
||||||
|
|||||||
Reference in New Issue
Block a user