Skip to content

Commit

Permalink
Update Styleguide.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Auhseh authored Apr 15, 2024
1 parent 3b0194a commit 53b729f
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions src/stories/Styleguide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
--size: 50px;
}
h2 {
text-decoration: underline;
}
.palette-box {
width: var(--size);
height: var(--size);
display: block;
margin: 0 auto;
}
.palette-primary {
background-color: var(--color-primary);
}
Expand All @@ -37,22 +26,18 @@
background-color: var(--color-white);
}
.palette-black {
background-color: var(--color-black);
}
.typography {
font-size: 1.4rem;
font-size: 1rem;
}
.typography-primary {
.typography-header {
font-family: var(--font-primary);
color: var(--color-primary);
color: var(--color-secondary);
}
.typography-secondary {
font-family: var(--font-secondary);
color: var(--color-primary);
.typography-body {
font-family: var(--font-primary);
color: var(--color-text);
}
`}
</style>
Expand Down Expand Up @@ -92,6 +77,8 @@ The following theme colors available are:
## Typography
The whole website uses Vercel's **Geist** font in the following sizes:

`--font-primary`



## Spacing
Expand Down

0 comments on commit 53b729f

Please sign in to comment.