From cfb7e19b24b94b6df068a0b93161acb2448701c5 Mon Sep 17 00:00:00 2001 From: Danny Wahl Date: Thu, 22 Feb 2024 21:22:20 -0700 Subject: [PATCH] remove inline hr stules --- isp-site/src/routes/releases.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isp-site/src/routes/releases.jsx b/isp-site/src/routes/releases.jsx index 174ad311..87605b42 100644 --- a/isp-site/src/routes/releases.jsx +++ b/isp-site/src/routes/releases.jsx @@ -34,7 +34,7 @@ export default function Releases() { const atom = `https://github.com/${global.owner}/${global.repo}/releases.atom`; - const css = `hr {border: 1px solid currentColor;} .markdown .lang { display: none; } .markdown .lang.${l.toUpperCase()} { display: inherit; }`; + const css = `.markdown .lang { display: none; } .markdown .lang.${l.toUpperCase()} { display: inherit; }`; const [content, setContent] = useState(`${s.loading}`); useEffect(() => {