diff --git a/web/components/yes-no-selector.tsx b/web/components/yes-no-selector.tsx
index 632e5b54..d4162067 100644
--- a/web/components/yes-no-selector.tsx
+++ b/web/components/yes-no-selector.tsx
@@ -51,7 +51,7 @@ function Button(props: {
'bg-green-500 hover:bg-green-600 focus:ring-green-500',
color === 'red' && 'bg-red-500 hover:bg-red-600 focus:ring-red-500',
color === 'deemphasized' &&
- 'bg-transparent hover:bg-gray-500 focus:ring-gray-400',
+ 'text-gray-700 bg-gray-200 hover:bg-gray-300 focus:ring-gray-300',
className
)}
onClick={onClick}
diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx
index 212e4e19..303701fa 100644
--- a/web/pages/_document.tsx
+++ b/web/pages/_document.tsx
@@ -2,7 +2,7 @@ import { Html, Head, Main, NextScript } from 'next/document'
export default function Document() {
return (
-
+
Mantic Markets
diff --git a/web/pages/contract/index.tsx b/web/pages/contract/index.tsx
index 298812a6..b3e6488c 100644
--- a/web/pages/contract/index.tsx
+++ b/web/pages/contract/index.tsx
@@ -53,10 +53,10 @@ export default function NewContract() {
-
+
Create a new prediction market
-
+
{/* Create a Tailwind form that takes in all the fields needed for a new contract */}
{/* When the form is submitted, create a new contract in the database */}
{/* Show a separate card for each contract */}
-
+
Your markets