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:
16
dist/css/style.css
vendored
16
dist/css/style.css
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charste="UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<title>The Life Engine</title>
|
||||
<link rel="icon" href="./img/icon.png">
|
||||
<link rel="stylesheet" href="./css/style.css">
|
||||
|
||||
Reference in New Issue
Block a user