From 09e43910c189686aa4e94253a022828b9026c7a9 Mon Sep 17 00:00:00 2001 From: vgmoose Date: Wed, 3 Jan 2024 03:51:15 -0500 Subject: [PATCH] dark mode issues on API, fix broken GH icon links on about page --- src/InfoPage.js | 2 +- src/MainDisplay.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/InfoPage.js b/src/InfoPage.js index 11e6128..43de791 100755 --- a/src/InfoPage.js +++ b/src/InfoPage.js @@ -541,7 +541,6 @@ function genHBASCreditsHTML(credits) { } const createCredit = ({name, githubId, twitter, github, gitlab, patreon, url, discord, directAvatarURL, youtube, bsky, mastodon}) => { - out += `
${name}`; let socials = []; if (patreon) socials.push(`${patreon}`); if (github) socials.push(`${github}`); @@ -553,6 +552,7 @@ function genHBASCreditsHTML(credits) { if (youtube) socials.push(`${youtube}`); if (discord) socials.push(`${discord}`); socials = socials.slice(0, 2); // only use the first two + out += `
${name}`; out += socials.join(""); out += `
`; } diff --git a/src/MainDisplay.css b/src/MainDisplay.css index e0c67d7..c2a6165 100755 --- a/src/MainDisplay.css +++ b/src/MainDisplay.css @@ -771,6 +771,7 @@ details summary { overflow: scroll; height: 250px; font-size: 12px; + color: black; } /*Mobile Display and Landscape display*/