Skip to content

Commit abcca5c

Browse files
improve contrast
1 parent c7cb4d5 commit abcca5c

File tree

7 files changed

+576
-697
lines changed

7 files changed

+576
-697
lines changed

app/about/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,31 +94,31 @@ export default function AboutPage() {
9494
<div className="text-3xl font-bold dark:text-white text-gray-900 mb-2">
9595
2011
9696
</div>
97-
<div className="text-sm dark:text-gray-400 text-gray-500">
97+
<div className="text-sm dark:text-gray-300 text-gray-500">
9898
Projektstart
9999
</div>
100100
</div>
101101
<div className="text-center">
102102
<div className="text-3xl font-bold dark:text-white text-gray-900 mb-2">
103103
40k+
104104
</div>
105-
<div className="text-sm dark:text-gray-400 text-gray-500">
105+
<div className="text-sm dark:text-gray-300 text-gray-500">
106106
Studierende
107107
</div>
108108
</div>
109109
<div className="text-center">
110110
<div className="text-3xl font-bold dark:text-white text-gray-900 mb-2">
111111
10k+
112112
</div>
113-
<div className="text-sm dark:text-gray-400 text-gray-500">
113+
<div className="text-sm dark:text-gray-300 text-gray-500">
114114
Mitarbeitende
115115
</div>
116116
</div>
117117
<div className="text-center">
118118
<div className="text-3xl font-bold dark:text-white text-gray-900 mb-2">
119119
20k+
120120
</div>
121-
<div className="text-sm dark:text-gray-400 text-gray-500">
121+
<div className="text-sm dark:text-gray-300 text-gray-500">
122122
Aktive Nutzer
123123
</div>
124124
</div>
@@ -244,7 +244,7 @@ export default function AboutPage() {
244244
</p>
245245
</div>
246246
<div className="mt-6">
247-
<p className="text-sm dark:text-gray-400 text-gray-500">
247+
<p className="text-sm dark:text-gray-300 text-gray-500">
248248
Questions or technical support? Contact us at{" "}
249249
<Link
250250
className="dark:text-blue-400 text-blue-600 hover:underline"
@@ -340,7 +340,7 @@ export default function AboutPage() {
340340
</p>
341341
</div>
342342
<div className="mt-6">
343-
<p className="text-sm dark:text-gray-400 text-gray-500">
343+
<p className="text-sm dark:text-gray-300 text-gray-500">
344344
Questions or technical support? Contact us at{" "}
345345
<Link
346346
className="dark:text-blue-400 text-blue-600 hover:underline"
@@ -413,7 +413,7 @@ export default function AboutPage() {
413413
</p>
414414
</div>
415415
<div className="mt-6">
416-
<p className="text-sm dark:text-gray-400 text-gray-500">
416+
<p className="text-sm dark:text-gray-300 text-gray-500">
417417
Questions or technical support? Contact us at{" "}
418418
<Link
419419
className="dark:text-blue-400 text-blue-600 hover:underline"

0 commit comments

Comments
 (0)