File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments