Skip to content

Commit 5ee22e0

Browse files
authored
Merge pull request #32 from pourmand1376/copilot/fix-16429986-6374-4fd4-8d9d-8ac5c55da978
Fix color contrast issues for better GitHub Pages readability in both light and dark modes
2 parents 306c74e + 443a579 commit 5ee22e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252

5353
/* Text Colors */
5454
--hero-foreground: #11181c;
55-
--hero-foreground-600: #52525b;
56-
--hero-foreground-500: #71717a;
57-
--hero-foreground-400: #a1a1aa;
55+
--hero-foreground-600: #374151;
56+
--hero-foreground-500: #4b5563;
57+
--hero-foreground-400: #6b7280;
5858

5959
/* Spacing Scale */
6060
--hero-unit-1: 0.25rem;
@@ -760,9 +760,9 @@ footer a:hover {
760760
--hero-content3: #52525b;
761761
--hero-content4: #71717a;
762762
--hero-foreground: #fafafa;
763-
--hero-foreground-600: #a1a1aa;
764-
--hero-foreground-500: #71717a;
765-
--hero-foreground-400: #52525b;
763+
--hero-foreground-600: #e5e7eb;
764+
--hero-foreground-500: #d1d5db;
765+
--hero-foreground-400: #9ca3af;
766766
}
767767

768768
body {

0 commit comments

Comments
 (0)