Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix logo mark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Feb 7, 2022
1 parent 03b0dda commit 853087e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/VFourOhFour.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<NuxtLink to="/" class="relative z-10 text-dark-charcoal">
<span class="sr-only">{{ $t('404.link-title') }}</span>
<span
class="flex flex-row pt-6 lg:pt-8 ms-6 lg:ms-10 h-auto w-30"
class="flex flex-row pt-6 lg:pt-8 ms-6 lg:ms-10 h-auto w-30 text-dark-charcoal"
aria-hidden="true"
>
<OpenverseLogo />
Expand Down
2 changes: 1 addition & 1 deletion src/components/VHeader/VLogoButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
to="/"
variant="plain"
size="disabled"
class="max-w-min hover:bg-yellow"
class="max-w-min hover:bg-yellow text-dark-charcoal"
>
<VLogoLoader
:status="isFetching ? 'loading' : 'idle'"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- width and height chosen w.r.t. viewBox "0 0 280 42" -->
<span
aria-hidden="true"
class="flex flex-row items-center justify-center"
class="flex flex-row items-center justify-center text-dark-charcoal"
>
<OpenverseLogo class="w-[70px] h-[70px] me-6 xl:me-7" />
<OpenverseBrand class="w-[315px] h-[60px]" />
Expand Down

0 comments on commit 853087e

Please sign in to comment.