Skip to content

Commit

Permalink
remove inline hr stules
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Feb 23, 2024
1 parent 3a34912 commit cfb7e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isp-site/src/routes/releases.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit cfb7e19

Please sign in to comment.