mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
- Extract classes to utilities and components. - Reduce number of colors used. - Harmonize button colors. - Restyle admonitions. - Move **Page options** button to main article. - Various color tweaks.
8 lines
247 B
HTML
8 lines
247 B
HTML
<a
|
|
href="https://hub.docker.com/support/contact"
|
|
class="hover:bg-blue bg-blue z-50 flex items-center rounded-sm px-4 py-2 text-white dark:bg-blue-400 hover:dark:bg-blue-500"
|
|
aria-label="Contact support"
|
|
>
|
|
<span>Contact support</span>
|
|
</a>
|