temp commit
This commit is contained in:
@ -11,8 +11,8 @@
|
|||||||
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
|
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
<meta name="msapplication-TileColor" content="#da532c">
|
<meta name="msapplication-TileColor" content="#da532c">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link rel="stylesheet" href="/src/output.css" />
|
|
||||||
<link rel="stylesheet" href='/fonts/index.css' >
|
<link rel="stylesheet" href='/fonts/index.css' >
|
||||||
|
<link rel="stylesheet" href="/src/output.css" />
|
||||||
<script src="https://unpkg.com/hydra-synth"></script>
|
<script src="https://unpkg.com/hydra-synth"></script>
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
@ -65,7 +65,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</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 -->
|
<!-- The header is hidden on smaller devices -->
|
||||||
<header class="py-0 block text-white bg-neutral-900">
|
<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">
|
<div id="topbar" class="mx-auto flex flex-wrap pl-2 py-1 flex-row items-center">
|
||||||
|
|||||||
2353
src/style.css
2353
src/style.css
File diff suppressed because it is too large
Load Diff
29
src/tailwind.css
Normal file
29
src/tailwind.css
Normal 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",
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user