Update: 5.1.2
parent
1da33a9de3
commit
c3d88d9088
|
@ -86,10 +86,10 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-block-start: 0.5em;
|
margin-block-start: 0.5em;
|
||||||
margin-block-end: 0.5em;
|
margin-block-end: 0.5em;
|
||||||
transition: 0.3s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
canvas {
|
canvas {
|
||||||
transition: 0.4s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba(222, 222, 222, 0.52);
|
background-color: rgba(222, 222, 222, 0.52);
|
||||||
|
@ -100,6 +100,9 @@
|
||||||
background-color: rgba(222, 222, 222, 0.36);
|
background-color: rgba(222, 222, 222, 0.36);
|
||||||
/*border: 1px solid white;*/
|
/*border: 1px solid white;*/
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
input#userna {
|
||||||
|
transition: 0.2s
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue