Superscript bottom r symbol and make top one white

This commit is contained in:
hunicus 2026-07-14 17:33:41 +09:00
parent 8c8f4149f8
commit f72e6e9e59
No known key found for this signature in database
GPG key ID: 24837C51B6D81FD9
2 changed files with 6 additions and 6 deletions

View file

@ -18,10 +18,10 @@
<p class="explore-tagline-mobile">
@if (officialMempoolSpace) {
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">&reg;</ng-template>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>&reg;</sup></ng-template>
} @else {
<ng-container i18n="shared.be-your-own-explorer">Be your own explorer</ng-container>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">&trade;</ng-template>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>&trade;</sup></ng-template>
}
</p>
}
@ -62,10 +62,10 @@
<p class="explore-tagline-desktop">
@if (officialMempoolSpace) {
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">&reg;</ng-template>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>&reg;</sup></ng-template>
} @else {
<ng-container i18n="shared.be-your-own-explorer">Be your own explorer</ng-container>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">&trade;</ng-template>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>&trade;</sup></ng-template>
}
</p>
}

View file

@ -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;
}
}
}