Adjust cli
This commit is contained in:
parent
7fb09407bb
commit
787d593b8f
|
@ -29,18 +29,18 @@ html {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
border-radius: 999px;
|
border-radius:999px;
|
||||||
padding: 0px 12px 0px 12px;
|
padding:0 40px;
|
||||||
border: none;
|
margin-top: 1rem;
|
||||||
cursor: pointer;
|
border:none;
|
||||||
margin-bottom: 12px;
|
cursor:pointer;
|
||||||
background: linear-gradient(90deg, rgb(134, 179, 0), rgb(74, 179, 0));
|
margin-bottom:12px;
|
||||||
line-height: 50px;
|
background:linear-gradient(90deg,#86b300,#4ab300);
|
||||||
color: #222;
|
line-height:50px;
|
||||||
font-weight: bold;
|
color:#222;
|
||||||
font-size: 20px;
|
font-weight:700;
|
||||||
padding: 12px;
|
font-size:20px;
|
||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
background: rgb(153, 204, 0);
|
background: rgb(153, 204, 0);
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ html
|
||||||
|
|
||||||
body
|
body
|
||||||
header
|
header
|
||||||
h1 Misskey Cli v#{version}
|
h1 Misskey Simple Client v#{version}
|
||||||
main
|
main
|
||||||
div#form
|
div#form
|
||||||
textarea#text
|
textarea#text
|
||||||
|
|
Loading…
Reference in New Issue