diff --git a/website/src/components/Logo.astro b/website/src/components/Logo.astro index 3db7c03..03a9986 100644 --- a/website/src/components/Logo.astro +++ b/website/src/components/Logo.astro @@ -4,7 +4,7 @@ const { title } = Astro.props -

{title}

+

- +

diff --git a/website/src/styles/global.css b/website/src/styles/global.css index 03651ac..2b8535d 100644 --- a/website/src/styles/global.css +++ b/website/src/styles/global.css @@ -108,19 +108,19 @@ hr { text-decoration: none; color: white; font-weight: bold; - letter-spacing: 0.1rem; - font-size: 20px; + letter-spacing: 0.05rem; + font-size: 18px; border-radius: 20px; - padding: 20px 0; - margin: 5em auto; - width: 300px; + padding: 15px 0; + margin: 2em auto 5em; + width: 230px; text-align: center; - background: linear-gradient(32deg, #fdb900, transparent) #f441a5; + background: linear-gradient(32deg, #0070a2, transparent) #59c15a; transition: background-color 1s; &:hover, &:focus { - background-color: #03a9f4; + background-color: #dea31d; } }