From ed151b46b94ea16117bb95ae4fc979f01a0e5fef Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 22 Jul 2025 17:22:11 +0100 Subject: Add some font weights back where they make sense --- src/commonStyles.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commonStyles.tsx') diff --git a/src/commonStyles.tsx b/src/commonStyles.tsx index b4989da..4d7ee08 100644 --- a/src/commonStyles.tsx +++ b/src/commonStyles.tsx @@ -53,6 +53,7 @@ const textInputs = css` const actionButtonStyles = css` white-space: nowrap; + font-weight: bolder; button:disabled { background-color: ${colors.greyple}; @@ -126,6 +127,7 @@ const navigationStyles = css` const returnButtonStyles = css` font-size: 1.5rem; text-align: center; + font-weight: bolder; color: white; text-decoration: none; -- cgit v1.2.3