]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - demo/style.css
Moved some styling from xterm.js to xterm.css
[mirror_xterm.js.git] / demo / style.css
index ff123856075c2c007d1f854f67c1198c25d8ab61..7ed117b2c9a4dabadb561071e9943ce16e8002be 100644 (file)
@@ -9,9 +9,12 @@ h1 {
 }
 
 #terminal-container {
-    background-color: #111;
-    color: #fafafa;
     width: 960px;
     height: 600px;
     margin: 0 auto;
+}
+
+#terminal-container .terminal {
+    background-color: #111;
+    color: #fafafa;
 }
\ No newline at end of file