From a161b271566f1e279539b804c905f2ad65f983d0 Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:04:43 +0200 Subject: [PATCH] Update docs logo (#40) --- src/components/DevelopersLogo.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DevelopersLogo.astro b/src/components/DevelopersLogo.astro index 8e007d6..5211375 100644 --- a/src/components/DevelopersLogo.astro +++ b/src/components/DevelopersLogo.astro @@ -1,4 +1,4 @@ --- const { class: className } = Astro.props; --- - +Interledger logo (full color) diff --git a/src/pages/index.astro b/src/pages/index.astro index c56fa8e..22d5532 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -49,7 +49,7 @@ import HomeLayout from '../layouts/HomeLayout.astro'; background-repeat: no-repeat; background-size: cover; background-position: bottom right; - background-image: linear-gradient(90deg, #007777 0%, #69BCC3 100%); + background-image: linear-gradient(to right, #007777, #69BCC3); background-image: linear-gradient(to right, oklch(51.54% 0.088 194.77), oklch(74.53% 0.082 202.65)); min-height: 60vh; padding-block: var(--space-m);