tidy up
This commit is contained in:
parent
c05dcca091
commit
20d5c6dc4d
@ -9,7 +9,7 @@ import Footer from "@/components/Footer.astro";
|
|||||||
<BaseHead>
|
<BaseHead>
|
||||||
<slot name="head" />
|
<slot name="head" />
|
||||||
</BaseHead>
|
</BaseHead>
|
||||||
<body class="mx-auto min-h-screen max-w-xs font-jb p-3 font-jb sm:p-6">
|
<body class="mx-auto min-h-screen max-w-xs font-JetBrainsMono p-3 sm:p-6">
|
||||||
<main>
|
<main>
|
||||||
<slot />
|
<slot />
|
||||||
</main>
|
</main>
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
@font-face {
|
|
||||||
font-family: jb;
|
|
||||||
src: url("../assets/fonts/JetBrainsMonoNLNerdFont-Regular.ttf");
|
|
||||||
}
|
|
||||||
/*@theme {*/
|
|
||||||
/* --font-jb: jb;*/
|
|
||||||
/*}*/
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
|
@font-face {
|
||||||
|
font-family: JetBrainsMono;
|
||||||
|
font-weight: 700;
|
||||||
|
src: url("../assets/fonts/JetBrainsMonoNLNerdFont-Regular.ttf");
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
/* replace colors from here... */
|
/* replace colors from here... */
|
||||||
|
@ -8,8 +8,7 @@ export default {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
jb: ['jb'],
|
JetBrainsMono: ['JetBrainsMono'],
|
||||||
//just testing shit
|
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
lightModeBackground:
|
lightModeBackground:
|
||||||
|
Loading…
Reference in New Issue
Block a user