diff --git a/Changelog.md b/Changelog.md index b8036e9..6c51ff4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ # 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) ### UI Enhancements: diff --git a/dist/css/style.css b/dist/css/style.css index 5c7d20c..aecddcd 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -88,6 +88,20 @@ button:active{ 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 { font-size: 35px; position: fixed; @@ -279,4 +293,4 @@ button:active{ #reset-with-editor-org{ margin-top: 5px; -} \ No newline at end of file +} diff --git a/dist/index.html b/dist/index.html index 8e89ab6..e4465e6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,7 +1,7 @@ - + The Life Engine diff --git a/package-lock.json b/package-lock.json index d276bd2..00906d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2048,9 +2048,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "mississippi": {