mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00

* Move to TypeScript from legacy JavaScript * Add support of xterm.js * Hterm is still available for backward compatibility
7 lines
No EOL
116 B
CSS
7 lines
No EOL
116 B
CSS
html, body, #terminal {
|
|
background: black;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding: 0%;
|
|
margin: 0%;
|
|
} |