added basic stylesheets

This commit is contained in:
2025-04-09 17:28:25 -05:00
parent a0af1230cb
commit 99d584783f
5 changed files with 12 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
body {
background-color: black;
color: white;
}
+1
View File
@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="./index.css" rel="stylesheet" />
<title>yellowjacket</title>
</head>
<script src="/index.ts" type="module"></script>
+1 -1
View File
@@ -1 +1 @@
a08fc53bd03e73d3ce16aefd412e00b2
ca82a2e81936c5ea9427701a4c3665d9
+4
View File
@@ -0,0 +1,4 @@
body {
background-color: black;
color: white;
}
+2 -1
View File
@@ -9,6 +9,7 @@
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="./config.css" rel="stylesheet" />
<title>yellowjacket - config</title>
</head>
<script src="./config.ts" type="module"></script>
@@ -46,7 +47,7 @@
</header>
<hr />
<main class="container">
<library-picker></library-picker>
<library-picker currentLibraryDirectoryText="hello world" ></library-picker>
</main>
</body>