Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 44fe7cd

Browse files
committed
codelab: ensure adequate color contrast
1 parent 028c190 commit 44fe7cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $vollkorn-font-family: 'Vollkorn', serif;
2020
$lato-font-family: 'Lato', sans-serif;
2121

2222
// TODO: #5. Ensure adequate color contrast
23-
$light-primary: mat.define-palette(mat.$pink-palette, $default: A100, $lighter: 100, $text: 500);
23+
$light-primary: mat.define-palette(mat.$pink-palette, $default: A100, $lighter: 100, $text: 900);
2424
$light-accent: mat.define-palette(mat.$red-palette, $default: A400, $lighter: 100);
2525

2626
$dark-primary: mat.define-palette(mat.$light-green-palette, $default: A100, $lighter: 50, $text: 900);

0 commit comments

Comments
 (0)