Some ios stuff

This commit is contained in:
Jon Staab
2025-01-31 17:09:46 -08:00
parent 6c7c533637
commit def6de321c
8 changed files with 44 additions and 22 deletions
+11
View File
@@ -2,6 +2,8 @@
@tailwind components;
@tailwind utilities;
/* Fonts */
@font-face {
font-family: "Satoshis";
font-style: normal;
@@ -38,6 +40,8 @@
url("/fonts/Italic.ttf") format("truetype");
}
/* root */
:root {
font-family: Lato;
--base-100: oklch(var(--b1));
@@ -50,6 +54,13 @@
--secondary-content: oklch(var(--sc));
}
body,
html {
@apply bg-base-300;
}
/* utilities */
.bg-alt,
.bg-alt .bg-alt .bg-alt,
.hover\:bg-alt:hover,