temp commit

This commit is contained in:
2023-12-15 14:42:13 +01:00
parent c282cb0c47
commit 2e548b83f0
3 changed files with 2353 additions and 34 deletions

View File

@ -11,8 +11,8 @@
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/src/output.css" />
<link rel="stylesheet" href='/fonts/index.css' >
<link rel="stylesheet" href="/src/output.css" />
<script src="https://unpkg.com/hydra-synth"></script>
</head>
<style>
@ -65,7 +65,8 @@
}
</style>
<body id="all" class="z-0 bg-color13 overflow-y-hidden">
<body id="all" class="z-0 bg-color2 overflow-y-hidden">
<h1 class="text-2xl text-color1 bg-color3">DADADADADADADAADADADADA</h1>
<!-- The header is hidden on smaller devices -->
<header class="py-0 block text-white bg-neutral-900">
<div id="topbar" class="mx-auto flex flex-wrap pl-2 py-1 flex-row items-center">

File diff suppressed because it is too large Load Diff

29
src/tailwind.css Normal file
View File

@ -0,0 +1,29 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--color0: "#252525",
--color1: "#832e31",
--color2: "#a63c40",
--color3: "#d3494e",
--color4: "#fc595f",
--color5: "#df9395",
--color6: "#ba8586",
--color7: "#f5f5f5",
--color8: "#5d6f71",
--color9: "#832e31",
--color10: "#a63c40",
--color11: "#d2494e",
--color12: "#fc595f",
--color13: "#df9395",
--color14: "#ba8586",
--color15: "#f5f5f5",
--background: "#252525",
--selection_foreground: "#f5f5f5",
--cursor: "#ac4142",
--foreground: "#d0d0d0",
--selection_background: "#832e31",
}
}