Skip to content

Commit 3ca7179

Browse files
committed
minor tweaks
1 parent ce158e4 commit 3ca7179

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

layouts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,19 +293,19 @@ <h2 class="text-2xl">Community resources</h2>
293293
<div class="flex flex-col gap-4 md:flex-row">
294294
<a
295295
href="https://forums.docker.com/"
296-
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-400 dark:text-white dark:hover:bg-gray-500"
296+
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-500 dark:text-white dark:hover:bg-gray-600"
297297
>
298298
Visit Docker Forum
299299
</a>
300300
<a
301301
href="https://dockr.ly/comm-slack"
302-
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-400 dark:text-white dark:hover:bg-gray-500"
302+
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-500 dark:text-white dark:hover:bg-gray-600"
303303
>
304304
Join Docker Slack
305305
</a>
306306
<a
307307
href="https://www.docker.com/community/captains/"
308-
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-400 dark:text-white dark:hover:bg-gray-500"
308+
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-500 dark:text-white dark:hover:bg-gray-600"
309309
>
310310
Find your Docker Captain
311311
</a>

layouts/partials/languages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{- errorf "[languages] language is missing an icon: '%s' in %s" (urlize (strings.ToLower .Title)) page.File.Filename }}
1212
{{- end }}
1313
<span
14-
class="border-divider-light dark:border-divider-dark inline-flex items-center gap-1 rounded-full border bg-gray-100 px-2 text-sm text-gray-200 select-none dark:bg-gray-800 dark:text-gray-400"
14+
class="border-divider-light dark:border-divider-dark inline-flex items-center gap-1 rounded-full border bg-gray-100 px-2 text-sm text-gray-800 select-none dark:bg-gray-700 dark:text-gray-300"
1515
>
1616
<img
1717
class="py-1"

layouts/partials/sidebar/guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{- end }}
2929
</div>
3030
{{- with ($root.Params.time) }}
31-
<div class="flex gap-2 text-gray-200 dark:text-gray-500">
31+
<div class="flex gap-2 text-gray-400 dark:text-gray-400">
3232
<span class="icon-svg"
3333
>{{ partialCached "icon" "schedule" "schedule" }}</span
3434
>

0 commit comments

Comments
 (0)