diff --git a/src/components/overlays/OverlayRouter.tsx b/src/components/overlays/OverlayRouter.tsx index ff3f6dd9..1df891e9 100644 --- a/src/components/overlays/OverlayRouter.tsx +++ b/src/components/overlays/OverlayRouter.tsx @@ -73,12 +73,12 @@ function RouterBase(props: { id: string; children: ReactNode }) { return ( - + {props.children} diff --git a/src/components/player/internals/ContextUtils.tsx b/src/components/player/internals/ContextUtils.tsx index bd5790e7..96d8a1d5 100644 --- a/src/components/player/internals/ContextUtils.tsx +++ b/src/components/player/internals/ContextUtils.tsx @@ -22,7 +22,7 @@ function CardWithScrollable(props: { children: React.ReactNode }) { function SectionTitle(props: { children: React.ReactNode }) { return ( -

+

{props.children}

); @@ -43,7 +43,9 @@ function LinkTitle(props: { children: React.ReactNode; textClass?: string }) { function Section(props: { children: React.ReactNode; className?: string }) { return ( -
{props.children}
+
+ {props.children} +
); } diff --git a/tailwind.config.js b/tailwind.config.js index b04e5b6a..88ef79a8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -137,6 +137,7 @@ module.exports = { border: "#4F5C66", buttonFocus: "#202836", flagBg: "#202836", + cardBorder: "#1B262E", type: { main: "#617A8A",