Skip to content

Commit 9699732

Browse files
committed
fix: a11y contrast
1 parent f902547 commit 9699732

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/CustomStyles.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import '@fontsource/jetbrains-mono';
1313

1414
/* Light Theme - Based on Prototype */
1515
--aw-color-primary: #1A1A18; /* text-primary */
16-
--aw-color-secondary: #5C5C57; /* text-secondary */
16+
--aw-color-secondary: #525250; /* text-secondary */
1717
--aw-color-accent: #2D6A4F; /* accent-green */
1818

1919
--aw-color-text-heading: #1A1A18; /* text-primary */
2020
--aw-color-text-default: #1A1A18; /* text-primary */
21-
--aw-color-text-muted: #8A8A84; /* text-muted */
21+
--aw-color-text-muted: #767672; /* text-muted */
2222

2323
--aw-color-bg-page: #FAFAF7; /* bg-primary */
2424

@@ -51,7 +51,7 @@ import '@fontsource/jetbrains-mono';
5151

5252
--aw-color-text-heading: #EDEDEA; /* text-primary */
5353
--aw-color-text-default: #EDEDEA; /* text-primary */
54-
--aw-color-text-muted: #6E6E68; /* text-muted */
54+
--aw-color-text-muted: #949490; /* text-muted */
5555

5656
--aw-color-bg-page: #141413; /* bg-primary */
5757

0 commit comments

Comments
 (0)