Initial commit

This commit is contained in:
rak
2025-04-13 11:51:37 +02:00
parent 9569c7d683
commit 39377d7dfe
19 changed files with 792 additions and 472 deletions

View File

@@ -1 +1,19 @@
/* You can add global styles to this file, and also import other style files */
@import "tailwindcss";
@plugin "tailwindcss-primeui";
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
margin: 0;
min-height: 100%;
overflow-x: hidden;
overflow-y: auto;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: light-dark(var(--p-surface-0), var(--p-surface-950));
}