Make clear css file is for index.html

Follow up on #5500
This commit is contained in:
Daniel Imms
2025-12-26 10:54:07 -08:00
parent 79621a4e3f
commit 10e12cf743
3 changed files with 1 additions and 7 deletions
-5
View File
@@ -9,11 +9,6 @@ body {
grid-template-rows: 24px 1fr;
}
body:not(#test) {
height: initial;
display: initial;
}
#banner {
background: #161716;
display: flex;
+1 -1
View File
@@ -9,7 +9,7 @@
-->
<link rel="shortcut icon" type="image/png" href="/logo.png">
<link rel="stylesheet" href="/xterm.css" />
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/index.css" />
</head>
<body>
<div id="banner">
-1
View File
@@ -9,7 +9,6 @@
font-size: 1em;
color: #111;
}
#terminal-container {
height: 60%;
margin: 0 auto;