diff options
author | 2025-07-22 17:22:11 +0100 | |
---|---|---|
committer | 2025-07-22 17:22:11 +0100 | |
commit | ed151b46b94ea16117bb95ae4fc979f01a0e5fef (patch) | |
tree | 67434c785057519b80128bd77fdd4dde4f4023b8 /src/commonStyles.tsx | |
parent | Render section content with markdown renderer (diff) |
Add some font weights back where they make sense
Diffstat (limited to 'src/commonStyles.tsx')
-rw-r--r-- | src/commonStyles.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
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; |