Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions app/components/Docs/components/Content/content.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ interface Props {
offset: number;
}

const code = css`
code {
background-color: ${PALETTE.SMOKE_LIGHT};
font-size: inherit;
padding: 0 2px;
}
`;

const heading = ({ offset }: Props) => css`
h1,
h2,
Expand Down Expand Up @@ -106,6 +114,7 @@ export const StyledSectionContent = styled(SectionContent, {
margin-top: 0;
min-width: 0;

${code}
${heading}
${iframe}
${image}
Expand Down
5 changes: 5 additions & 0 deletions app/docs/learn/featured-analyses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ overview:
image:
src: "/learn/featured-analyses/genetic-sequence-puzzle.webp"
title: "From data to publication in a browser with BRC-Analytics: Evolutionary dynamics of coding overlaps in measles virus"
- date: "2026/01/08"
href: "/learn/featured-analyses/standardizing-rnaseq-candidozyma-auris"
image:
src: "/learn/featured-analyses/expression-analysis-scatter.webp"
title: "Standardizing RNA-seq Analysis of Fungal Pathogens Using BRC-Analytics and Agentic AI: A Candidozyma auris Case Study"
title: Featured Analyses
---

Expand Down

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading