Skip to content

Commit

Permalink
feat: add fake description
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Jan 27, 2024
1 parent 8b015d2 commit 0e54746
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/Markdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
}
</script>

<div class="text-stone-700">
<div style="color: var(--color-text);">
{@html mdToHTML}
</div>
5 changes: 5 additions & 0 deletions frontend/src/routes/protein/[proteinName]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
{entry.name}
</h1>

<div id="description">
DescriptionDescriptionDescriptionDescriptionDescriptionDescriptionDescriptionDescriptionDescription
Description Description Description Description
</div>

<Card title="Info" class="max-w-full mt-5">
<Heading tag="h4">Information</Heading>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--color-bg-0: rgb(202, 216, 228);
--color-bg-1: hsl(209, 36%, 86%);
--color-bg-2: hsl(224, 44%, 95%);
--color-text: rgba(0, 0, 0, 0.7);
--color-text: rgb(69, 64, 60);
--column-width: 42rem;
--column-margin-top: 4rem;
font-family: var(--font-body);
Expand Down

0 comments on commit 0e54746

Please sign in to comment.