Failed to extract signature
3 changed files with
2 additions and
3 deletions
-
src/components/Exp/Content.tsx
-
src/components/Exp/Story.tsx
-
src/index.css
|
|
@ -80,7 +80,7 @@ const btn = css` |
|
|
|
} |
|
|
|
|
|
|
|
& h5 { |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 500; |
|
|
|
margin-block-start: 0.2rem; |
|
|
|
} |
|
|
|
`;
|
|
|
|
|
|
@ -22,7 +22,6 @@ const story = css` |
|
|
|
column-count: 3; |
|
|
|
column-gap: 2.5rem; |
|
|
|
color: var(--text-subdued); |
|
|
|
font-weight: 400; |
|
|
|
|
|
|
|
& p { |
|
|
|
font-size: 0.9rem; |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
--card-tags-hover: rgb(25, 25, 25); |
|
|
|
--primary-colour: rgb(255, 85, 85); |
|
|
|
--text-colour: rgb(211, 207, 201); |
|
|
|
--text-subdued: rgb(150, 150, 150); |
|
|
|
--text-subdued: rgb(130, 130, 130); |
|
|
|
--card-active: rgb(45, 45, 45); |
|
|
|
--card-active-border: rgb(60, 60, 60); |
|
|
|
--card-hover: rgb(15, 15, 15); |
|
|
|