diff --git a/app/app/src/components/Footer.astro b/app/app/src/components/Footer.astro index 44c994d..0d9df79 100644 --- a/app/app/src/components/Footer.astro +++ b/app/app/src/components/Footer.astro @@ -12,9 +12,8 @@ import { githubRepositoryUrl } from '~/site' We use cookies for analytics purposes.
diff --git a/app/app/src/layouts/Default.astro b/app/app/src/layouts/Default.astro index d50606d..30326a2 100644 --- a/app/app/src/layouts/Default.astro +++ b/app/app/src/layouts/Default.astro @@ -74,8 +74,8 @@ body { color: #fff; } -a { color: #50a0f0 } -a:hover { color: #4080c0 } +a:not(.btn) { color: #50a0f0 } +a:not(.btn):hover { color: #4080c0 } *:last-child { margin-bottom: 0 !important }