mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
qwe
This commit is contained in:
parent
92ffac4fe0
commit
4332e78411
3 changed files with 20 additions and 17 deletions
|
@ -4,10 +4,14 @@ div {
|
|||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.cards {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
background-color: #2a2a2a;
|
||||
color: #f0f0f0;
|
||||
background-color: var(--surface1);
|
||||
color: var(--white);
|
||||
border: 2px solid #2c2c2c;
|
||||
margin-bottom: 25px;
|
||||
border-radius: 5px;
|
||||
|
@ -15,23 +19,22 @@ textarea {
|
|||
}
|
||||
|
||||
textarea[readonly] {
|
||||
background-color: #282828;
|
||||
color: #999;
|
||||
background-color: var(--surface0);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 5px 0 50px 0;
|
||||
width: 50%;
|
||||
height: 15%;
|
||||
background-color: #2a2a2a;
|
||||
color: #f0f0f0;
|
||||
border: 2px solid #2c2c2c;
|
||||
color: var(--white);
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
font-size: 16px;
|
||||
background-color: var(--pastel-violet);
|
||||
border: none;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #2c2c2c;
|
||||
border: 2px solid #2e2e2e;
|
||||
}
|
||||
background-color: var(--mauve);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue