mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
changed style and clearTimeout
This commit is contained in:
parent
9e6c42f221
commit
e74c7b8219
3 changed files with 20 additions and 5 deletions
|
|
@ -12,6 +12,11 @@ body {
|
|||
display: table;
|
||||
}
|
||||
|
||||
#back-to-menu {
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #607950; /* Safari */
|
||||
}
|
||||
|
|
@ -99,7 +104,7 @@ canvas {
|
|||
right: 0;
|
||||
top: 0;
|
||||
padding: 10px;
|
||||
background: #222;
|
||||
background: #333;
|
||||
}
|
||||
|
||||
#devtools p {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue