mirror of
https://example.com
synced 2024-11-24 05:46:39 +09:00
Adjust cli
This commit is contained in:
parent
7fb09407bb
commit
787d593b8f
2 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ html
|
|||
|
||||
body
|
||||
header
|
||||
h1 Misskey Cli v#{version}
|
||||
h1 Misskey Simple Client v#{version}
|
||||
main
|
||||
div#form
|
||||
textarea#text
|
||||
|
|
Loading…
Reference in a new issue