Initial Commit
ci / ci (22, ubuntu-latest) (push) Failing after 8m9s

This commit is contained in:
2026-03-30 02:18:38 +01:00
commit 1bfc6fbaa8
63 changed files with 15756 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
@import "tailwindcss";
@import "@nuxt/ui";
@source "../../../content/**/*";
@theme static {
--font-sans: 'Public Sans', sans-serif;
--font-serif: 'Instrument Serif', serif;
}
:root {
--ui-container: var(--container-4xl);
::selection {
color: #282a30;
background-color: #c8c8c8;
}
}
.dark {
::selection {
color: #ffffff;
background-color: #474747;
}
}