round. . . ?

This commit is contained in:
legop3
2026-01-24 02:58:36 -05:00
parent b718de1e88
commit 8341328b51
9 changed files with 18 additions and 18 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title> <title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-CGvoGgz3.js"></script> <script type="module" crossorigin src="/assets/index-CEVMLwfj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-GYsISCRb.css"> <link rel="stylesheet" crossorigin href="/assets/index-5vqbgc7L.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+1 -1
View File
@@ -90,7 +90,7 @@ export default function CommunityGoalBanner({ layout = 'desktop', className = ''
role="button" role="button"
tabIndex={0} tabIndex={0}
> >
<span className="flex w-full items-stretch gap-0.5 whitespace-nowrap"> <span className="flex w-full items-stretch gap-0.5 whitespace-nowrap rounded-md">
<span className="flex flex-col justify-center border-r border-slate-700/60 px-0.5 text-[0.55em] font-semibold leading-tight text-slate-400"> <span className="flex flex-col justify-center border-r border-slate-700/60 px-0.5 text-[0.55em] font-semibold leading-tight text-slate-400">
<span>Community</span> <span>Community</span>
<span>Goal</span> <span>Goal</span>
+1 -1
View File
@@ -12,7 +12,7 @@ export default function DiscordInviteButton({ text = "Join our Discord!", classN
href={discordInvite} href={discordInvite}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className={`inline-flex items-center w-full px-0.5 py-0.5 text-sm font-medium text-white rainbow-animate-bg transition justify-center gap-1 ${className}`} className={`inline-flex items-center w-full px-0.5 py-0.5 text-sm font-medium text-white rainbow-animate-bg transition justify-center gap-1 rounded-md ${className}`}
// animated rainbow backgound // animated rainbow backgound
// className="inline-flex items-center px-3 py-2 bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 text-white rounded hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 transition" // className="inline-flex items-center px-3 py-2 bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 text-white rounded hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 transition"
> >
+1 -1
View File
@@ -12,7 +12,7 @@ export default function KoFiButton({ text = "Support me on Ko-fi!", className =
href={kofiLink} href={kofiLink}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className={`inline-flex items-center w-full px-0.5 py-0.5 text-sm font-medium text-white kofi-animate-bg transition justify-center gap-1 ${className}`} className={`inline-flex items-center w-full px-0.5 py-0.5 text-sm font-medium text-white kofi-animate-bg transition justify-center gap-1 rounded-md ${className}`}
> >
<FaCoffee className="mr-0" /> <FaCoffee className="mr-0" />
{text} {text}
+1 -1
View File
@@ -12,7 +12,7 @@ function useTabsContext() {
const TAB_VARIANTS = { const TAB_VARIANTS = {
primary: { primary: {
base: 'flex-1 px-0.5 py-0.5 text-sm font-medium transition-colors focus-visible:outline focus-visible:outline-1 focus-visible:outline-offset-1 focus-visible:outline-slate-500', base: 'flex-1 px-0.5 py-0.5 text-sm font-medium transition-colors focus-visible:outline focus-visible:outline-1 focus-visible:outline-offset-1 focus-visible:outline-slate-500 rounded-md',
active: 'bg-sky-600 text-white', active: 'bg-sky-600 text-white',
inactive: 'bg-zinc-900 text-slate-300 hover:bg-sky-500 hover:text-white', inactive: 'bg-zinc-900 text-slate-300 hover:bg-sky-500 hover:text-white',
}, },
+8 -8
View File
@@ -44,35 +44,35 @@ body {
@layer components { @layer components {
.panel { .panel {
@apply bg-black text-white p-0; @apply bg-black text-white p-0 rounded-md;
} }
.panel-section { .panel-section {
@apply bg-neutral-900 text-white p-0; @apply bg-neutral-900 text-white p-0 rounded-md;
} }
.panel-muted { .panel-muted {
@apply text-sm text-slate-400; @apply text-sm text-slate-400 rounded-md;
} }
.surface { .surface {
@apply bg-neutral-800 text-white px-0.5 py-0.5; @apply bg-neutral-800 text-white px-0.5 py-0.5 rounded-md;
} }
.surface-muted { .surface-muted {
@apply bg-neutral-700 text-neutral-100 px-0.5 py-0.5; @apply bg-neutral-700 text-neutral-100 px-0.5 py-0.5 rounded-md;
} }
.field-input { .field-input {
@apply bg-neutral-800 text-white px-0.5 py-0.5 focus:outline-none focus:ring-1 focus:ring-sky-500; @apply bg-neutral-800 text-white px-0.5 py-0.5 focus:outline-none focus:ring-1 focus:ring-sky-500 rounded-md;
} }
.button-dark { .button-dark {
@apply px-0.5 py-0.5 text-sm font-medium text-white transition-colors bg-sky-600 hover:bg-sky-500; @apply px-0.5 py-0.5 text-sm font-medium text-white transition-colors bg-sky-600 hover:bg-sky-500 rounded-md;
} }
.button-danger { .button-danger {
@apply px-0.5 py-0.5 text-sm font-medium text-white transition-colors bg-rose-600 hover:bg-rose-500; @apply px-0.5 py-0.5 text-sm font-medium text-white transition-colors bg-rose-600 hover:bg-rose-500 rounded-md;
} }
.rainbow-animate-bg { .rainbow-animate-bg {