mirror of
https://github.com/yudai/gotty.git
synced 2025-12-26 12:18:49 +01:00
13 lines
No EOL
255 B
CSS
13 lines
No EOL
255 B
CSS
html, body, #terminal {
|
|
background: black;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding: 0%;
|
|
margin: 0%;
|
|
}
|
|
|
|
.progress .progress-bar {
|
|
transition: unset;
|
|
transition-duration: 0.1s;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
} |