mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
mic
This commit is contained in:
parent
eb2229631a
commit
b5d4387c95
3 changed files with 9 additions and 10 deletions
|
@ -2,24 +2,23 @@
|
|||
|
||||
canvas {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
background-color: var(--surface0);
|
||||
border-radius: 10px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
background-color: #2a2a2a;
|
||||
background-color: var(--surface0);
|
||||
padding: 7px;
|
||||
color: #c0c0c0;
|
||||
border: #2c2c2c solid 2px;
|
||||
color: var(--text);
|
||||
border: var(--surface2) solid 2px;
|
||||
border-radius: 4px;
|
||||
margin-top: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #2c2c2c;
|
||||
color: #d0d0d0;
|
||||
border: #2e2e2e solid 2px;
|
||||
background-color: var(--surface1);
|
||||
border: var(--surface2) solid 2px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue