css changes

This commit is contained in:
asuk 2023-09-22 14:20:18 +02:00
parent 386bdd026b
commit 86d3e07f6f
16 changed files with 33 additions and 25 deletions

View file

@ -49,7 +49,7 @@ export const ItemSectionWithPreviews = (props: {
const SectionHeader = styled.h3<{collapsible: boolean}>`
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-weight: normal;
font-size: 16px;
line-height: 19px;
@ -75,7 +75,7 @@ const ItemDesc = styled.div`
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-weight: normal;
font-size: 15px;
line-height: 18px;
@ -85,7 +85,7 @@ const ItemDesc = styled.div`
& > p {
margin: 0;
font-weight: 400;
font-weight: normal;
font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */

View file

@ -19,9 +19,9 @@ const PlaygroundHeaderVersion = styled.div`
background: rgba(34, 103, 99, 0.38);
border-radius: 30px;
font-family: 'Source Code Pro', 'Monaco', monospace;
font-family: 'Tonka', 'Monaco', monospace;
font-style: normal;
font-weight: 400;
font-weight: normal;
font-size: 13px;
line-height: 17px;
@ -41,7 +41,7 @@ const HeaderGroup = styled.div`
const HeaderLink = styled.a`
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-weight: normal;
font-size: 16px;
line-height: 1;