Update: 5.1.2

dev
MohsenEMX 2022-12-25 22:50:25 +03:30
parent 1da33a9de3
commit c3d88d9088
1 changed files with 5 additions and 2 deletions

View File

@ -86,10 +86,10 @@
font-weight: normal;
margin-block-start: 0.5em;
margin-block-end: 0.5em;
transition: 0.3s;
transition: 0.2s;
}
canvas {
transition: 0.4s;
transition: 0.2s;
}
button:hover {
background-color: rgba(222, 222, 222, 0.52);
@ -101,6 +101,9 @@
/*border: 1px solid white;*/
border-radius: 8px;
}
input#userna {
transition: 0.2s
}
</style>
</head>