We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 306c74e + 443a579 commit 5ee22e0Copy full SHA for 5ee22e0
docs/style.css
@@ -52,9 +52,9 @@
52
53
/* Text Colors */
54
--hero-foreground: #11181c;
55
- --hero-foreground-600: #52525b;
56
- --hero-foreground-500: #71717a;
57
- --hero-foreground-400: #a1a1aa;
+ --hero-foreground-600: #374151;
+ --hero-foreground-500: #4b5563;
+ --hero-foreground-400: #6b7280;
58
59
/* Spacing Scale */
60
--hero-unit-1: 0.25rem;
@@ -760,9 +760,9 @@ footer a:hover {
760
--hero-content3: #52525b;
761
--hero-content4: #71717a;
762
--hero-foreground: #fafafa;
763
- --hero-foreground-600: #a1a1aa;
764
765
- --hero-foreground-400: #52525b;
+ --hero-foreground-600: #e5e7eb;
+ --hero-foreground-500: #d1d5db;
+ --hero-foreground-400: #9ca3af;
766
}
767
768
body {
0 commit comments