Skip to content

Commit 191be79

Browse files
committed
Fix text colours
1 parent 7d4de3a commit 191be79

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

popgetter-browser/web/src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<Layout>
7070
<div slot="left">
7171
<h1
72-
class="lg:text-6s md:text-5s mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 dark:text-white"
72+
class="lg:text-6s md:text-5s mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 dark:text-gray-900"
7373
>
7474
Popgetter browser
7575
</h1>

popgetter-browser/web/src/routes/LevelsMode.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
<Button>
5050
<div>
5151
<h2
52-
class="font-large text-lg text-gray-500 lg:text-xl dark:text-gray-400"
52+
class="font-large text-lg text-gray-500 lg:text-xl dark:text-gray-500"
5353
>
5454
<p>Pick geometry level...</p>
5555
</h2>
5656
<ChevronRightOutline
5757
color="grey"
5858
size="lg"
59-
class="text-grey ms-2 h-6 w-6 dark:text-white"
59+
class="text-grey ms-2 h-6 w-6 dark:text-gray-500"
6060
/>
6161
</div></Button
6262
>

popgetter-browser/web/src/routes/TitleMode.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
<Button>
5757
<div>
5858
<h2
59-
class="font-large text-lg text-gray-500 lg:text-xl dark:text-gray-400"
59+
class="font-large text-lg text-gray-500 lg:text-xl dark:text-gray-500"
6060
>
6161
<p>Pick country...</p>
6262
</h2>
6363
<ChevronRightOutline
6464
color="grey"
6565
size="lg"
66-
class="text-grey ms-2 h-6 w-6 dark:text-white"
66+
class="text-grey ms-2 h-6 w-6 dark:text-gray-500"
6767
/>
6868
</div></Button
6969
>

0 commit comments

Comments
 (0)