Inline simplified style to test.html

This commit is contained in:
Daniel Imms
2025-12-26 10:46:27 -08:00
parent e6ad59b1b1
commit 546c5e081d
+13 -1
View File
@@ -3,7 +3,19 @@
<head>
<title>xterm.js integration test fixture</title>
<link rel="stylesheet" href="/xterm.css" />
<link rel="stylesheet" href="/style.css" />
<style>
body {
font-family: helvetica, sans-serif, arial;
font-size: 1em;
color: #111;
}
#terminal-container {
height: 60%;
margin: 0 auto;
padding: 2px;
}
</style>
</head>
<body id="test">
<div id="terminal-container"></div>