Workspace count

change gradient color
add footer
This commit is contained in:
Chris Hunt
2023-02-15 10:24:54 +00:00
parent 5d09790329
commit 4aa0bf7c5d
8 changed files with 333 additions and 1456 deletions

View File

@@ -5,8 +5,8 @@
@tailwind utilities;
body {
@apply bg-gradient-to-tr from-slate-500 to-slate-300 min-h-[100vh] text-slate-700;
font-family: 'Roboto', sans-serif;
@apply bg-gradient-to-tr from-slate-300 to-slate-300 min-h-screen text-slate-700;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 400;
}