mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
13 lines
255 B
CSS
13 lines
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);
|
|
} |