mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
fix: increase codeblock title contrast (#22713)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<div data-pagefind-ignore class="scroll-mt-2" x-data x-ref="root">
|
||||
{{ with .Attributes.title }}
|
||||
<div class="mb-3 text-sm text-gray-100 dark:bg-gray-900 dark:text-gray-900">
|
||||
<div
|
||||
class="mb-0 rounded-sm bg-gray-100 p-2 text-sm text-gray-900 dark:bg-gray-900 dark:text-gray-200"
|
||||
>
|
||||
{{ . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user