diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.html b/frontend/src/app/shared/components/global-footer/global-footer.component.html index 9a04483e1..b3a78bf6d 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.html +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.html @@ -18,10 +18,10 @@

@if (officialMempoolSpace) { Explore the full Bitcoin ecosystem - ® + ® } @else { Be your own explorer - + }

} @@ -62,10 +62,10 @@

@if (officialMempoolSpace) { Explore the full Bitcoin ecosystem - ® + ® } @else { Be your own explorer - + }

} diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.scss b/frontend/src/app/shared/components/global-footer/global-footer.component.scss index f83d936c1..5002d3725 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.scss +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.scss @@ -146,7 +146,7 @@ footer .row.version p a { } .footer-logo-reg { - color: var(--transparent-fg); + color: var(--fg); font-size: 15px; line-height: 1.6; position: absolute; @@ -386,4 +386,4 @@ footer .nowrap { flex-shrink: unset; width: unset; } -} \ No newline at end of file +}