tcmd: token uuids, fixes a few issues with poppables
This commit is contained in:
@@ -42,6 +42,6 @@
|
||||
}
|
||||
|
||||
.poppable {
|
||||
@apply card bg-mixed-300 p-2 rounded-lg transition-opacity data-[visible=true]:z-10 data-[visible=true]:opacity-100 data-[visible=false]:opacity-0 -z-10 max-w-[400px] absolute
|
||||
@apply card dark:bg-mixed-300 bg-primary-600 p-2 rounded-lg transition-opacity data-[visible=true]:z-10 data-[visible=true]:opacity-100 data-[visible=false]:opacity-0 -z-10 max-w-[400px] absolute
|
||||
}
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@ import { Suspense } from "react";
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<section className="pb-8 border-b border-b-dark-500 min-w-full">
|
||||
<section className="pb-8 border-b border-b-primary-500 dark:border-b-dark-500 min-w-full">
|
||||
<h2 className="strapline">Tabletop Commander</h2>
|
||||
<h1 className="text-5xl font-bold">How does it work?</h1>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user