diff --git a/src/components/Exp/Content.tsx b/src/components/Exp/Content.tsx index d8f8ca2..b180bcc 100644 --- a/src/components/Exp/Content.tsx +++ b/src/components/Exp/Content.tsx @@ -80,7 +80,7 @@ const btn = css` } & h5 { - font-weight: 400; + font-weight: 500; margin-block-start: 0.2rem; } `; diff --git a/src/components/Exp/Story.tsx b/src/components/Exp/Story.tsx index 1971e0c..d449bb7 100644 --- a/src/components/Exp/Story.tsx +++ b/src/components/Exp/Story.tsx @@ -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; diff --git a/src/index.css b/src/index.css index 69013de..308d605 100644 --- a/src/index.css +++ b/src/index.css @@ -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);