mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 22:58:06 -05:00
dark mode adjustments (#515)
This commit is contained in:
@@ -82,7 +82,7 @@ export const ArticleInEvidenceCard = ({
|
||||
className={cn(
|
||||
"text-white text-xs font-sans font-bold tracking-[2.5px] text-left uppercase",
|
||||
backgroundCover
|
||||
? "text-white dark:text-black"
|
||||
? "text-white dark:text-white"
|
||||
: "text-black dark:text-white"
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -646,7 +646,7 @@ const REACT_MARKDOWN_CONFIG = (darkMode: boolean): CustomComponents => ({
|
||||
if (containsMath(text)) {
|
||||
return (
|
||||
<li
|
||||
className="text-tuatara-600 font-sans text-lg font-normal dark:text-tuatara-200"
|
||||
className="text-tuatara-600 font-sans text-lg font-normal dark:text-white"
|
||||
{...props}
|
||||
>
|
||||
<MathText text={text} />
|
||||
@@ -656,7 +656,7 @@ const REACT_MARKDOWN_CONFIG = (darkMode: boolean): CustomComponents => ({
|
||||
|
||||
return (
|
||||
<li
|
||||
className="text-tuatara-600 font-sans text-lg font-normal"
|
||||
className="text-tuatara-600 font-sans text-lg font-normal dark:text-white"
|
||||
{...props}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user