Merge pull request #444 from davidmles/patch-1

Fix aw-color-text-heading
This commit is contained in:
André B
2024-05-08 12:31:28 -04:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ import '@fontsource-variable/inter';
--aw-color-secondary: rgb(1 84 207); --aw-color-secondary: rgb(1 84 207);
--aw-color-accent: rgb(109 40 217); --aw-color-accent: rgb(109 40 217);
--aw-color-text-heading: 'InterVariable'; --aw-color-text-heading: rgb(0 0 0);
--aw-color-text-default: rgb(16 16 16); --aw-color-text-default: rgb(16 16 16);
--aw-color-text-muted: rgb(16 16 16 / 66%); --aw-color-text-muted: rgb(16 16 16 / 66%);
--aw-color-bg-page: rgb(255 255 255); --aw-color-bg-page: rgb(255 255 255);