diff --git a/docs/assets/scss/_styles_project.scss b/docs/assets/scss/_styles_project.scss index 00a7680e9c..d00337d8ec 100644 --- a/docs/assets/scss/_styles_project.scss +++ b/docs/assets/scss/_styles_project.scss @@ -28,10 +28,16 @@ .long-description { font-weight: 600; - color: $gray-500; + color: #c9d1e0; margin-bottom: 2.5rem; } +.btn-secondary { + color: #1a2744; + background: #28beeb; + border-color: #28beeb; +} + .core-values { max-width: 80rem; } @@ -65,6 +71,19 @@ margin-left: -1rem; } +footer a { + text-decoration: underline; + color: inherit; +} + +.td-cover-block a { + text-decoration: underline; +} + +.td-box a { + text-decoration: underline; +} + @include media-breakpoint-down(md) { .value-title { diff --git a/docs/content/en/_index.html b/docs/content/en/_index.html index 065e98c006..9d1e0e81a0 100644 --- a/docs/content/en/_index.html +++ b/docs/content/en/_index.html @@ -15,13 +15,13 @@
diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html index 441dd24f01..5631cf4116 100644 --- a/docs/layouts/partials/footer.html +++ b/docs/layouts/partials/footer.html @@ -5,13 +5,13 @@ {{ if .IsHome }} {{ $text_color = "text-dark" }} {{ end }} {{ $cncf_logo := "https://www.cncf.io/wp-content/uploads/2022/05/CNCF_logo_white.svg" }} {{ if .IsHome }} {{ $cncf_logo = "https://www.cncf.io/wp-content/uploads/2022/07/cncf-color-bg.svg" }} {{ end }} -{{ .Inner }}
+