Update v5.3.1

archived
MohsenEMX 2022-12-26 22:41:02 +03:30
parent d2a80a9d61
commit 44a5cae971
2 changed files with 13 additions and 22 deletions

29
game.js

File diff suppressed because one or more lines are too long

View File

@ -95,12 +95,10 @@
} }
button:hover { button:hover {
background-color: rgba(222, 222, 222, 0.52); background-color: rgba(222, 222, 222, 0.52);
/*border: 1px solid white;*/
border-radius: 8px; border-radius: 8px;
} }
.window input:focus { .window input:focus {
background-color: rgba(222, 222, 222, 0.36); background-color: rgba(222, 222, 222, 0.36);
/*border: 1px solid white;*/
border-radius: 8px; border-radius: 8px;
} }
input#userna, input#inputfilebtn { input#userna, input#inputfilebtn {
@ -142,6 +140,4 @@
</div> </div>
<script src="game.js"></script> <script src="game.js"></script>
</body> </body>
</html> </html>
<!-- This line of code is proudly useless -->