diff --git a/docs/website/assets/css/main.css b/docs/website/assets/css/main.css index 3ce2e8dee..623e17417 100644 --- a/docs/website/assets/css/main.css +++ b/docs/website/assets/css/main.css @@ -87,4 +87,12 @@ p a:hover { .section-docs .page-heading { @apply mb-1; } + +.teal-cta-button { + @apply bg-logo-teal text-white font-bold py-2 px-4 rounded; +} + +.teal-cta-button:hover { + @apply bg-logo-teal-darker; +} /* purgecss end ignore */ diff --git a/docs/website/assets/images/talos-arch.svg b/docs/website/assets/images/talos-arch.svg new file mode 100644 index 000000000..7581ba693 --- /dev/null +++ b/docs/website/assets/images/talos-arch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/website/components/Content.vue b/docs/website/components/Content.vue index 9f4060f76..8be0ccdde 100644 --- a/docs/website/components/Content.vue +++ b/docs/website/components/Content.vue @@ -19,7 +19,7 @@ Edit this page -
+ diff --git a/docs/website/components/DocumentationDropdown.vue b/docs/website/components/DocumentationDropdown.vue index 247e4d998..a830fb5d8 100644 --- a/docs/website/components/DocumentationDropdown.vue +++ b/docs/website/components/DocumentationDropdown.vue @@ -17,8 +17,8 @@