Library UI Improvements

This commit is contained in:
Aleksi Lassila
2023-07-04 23:45:56 +03:00
parent a6be82c91f
commit c29b3e1610
9 changed files with 130 additions and 102 deletions

View File

@@ -15,7 +15,7 @@
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:wght@200;300;400;500;600;700;800;900;1000&display=swap" rel="stylesheet">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="bg-stone-950 min-h-screen text-white">
<body data-sveltekit-preload-data="hover" class="bg-stone-900 min-h-screen text-white">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>