diff --git a/web/src/glossary.tsx b/web/src/glossary.tsx index 8269719..c30329e 100644 --- a/web/src/glossary.tsx +++ b/web/src/glossary.tsx @@ -52,7 +52,3 @@ export const GlossarySpan: React.FC<{content: string}> = ({content}) => { })}} />; } - - - - diff --git a/web/src/pages/index.tsx b/web/src/pages/index.tsx index d1a84a5..fc5a14a 100644 --- a/web/src/pages/index.tsx +++ b/web/src/pages/index.tsx @@ -540,7 +540,7 @@ const Home: NextPage = () => { maxWidth: "99.8%", }} > -
+
diff --git a/web/src/styles/globals.css b/web/src/styles/globals.css index ceef29c..bf3258a 100644 --- a/web/src/styles/globals.css +++ b/web/src/styles/globals.css @@ -46,6 +46,7 @@ ol { transform: translateY(1.7rem); @apply bg-white hover:bg-gray-300 h-fit px-3; @apply border border-gray-300; + @apply text-black; } /* .glossary-link:hover + .glossary-hover { */