Adjust cli

This commit is contained in:
ThatOneCalculator 2022-07-06 21:13:32 -07:00
parent 7fb09407bb
commit 787d593b8f
2 changed files with 13 additions and 13 deletions

View File

@ -29,18 +29,18 @@ html {
text-align: center;
}
button {
border-radius: 999px;
padding: 0px 12px 0px 12px;
border: none;
cursor: pointer;
margin-bottom: 12px;
background: linear-gradient(90deg, rgb(134, 179, 0), rgb(74, 179, 0));
line-height: 50px;
color: #222;
font-weight: bold;
font-size: 20px;
padding: 12px;
}
border-radius:999px;
padding:0 40px;
margin-top: 1rem;
border:none;
cursor:pointer;
margin-bottom:12px;
background:linear-gradient(90deg,#86b300,#4ab300);
line-height:50px;
color:#222;
font-weight:700;
font-size:20px;
}
button:hover {
background: rgb(153, 204, 0);
}

View File

@ -13,7 +13,7 @@ html
body
header
h1 Misskey Cli v#{version}
h1 Misskey Simple Client v#{version}
main
div#form
textarea#text