mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Superscript bottom r symbol and make top one white
This commit is contained in:
parent
8c8f4149f8
commit
f72e6e9e59
2 changed files with 6 additions and 6 deletions
|
|
@ -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'">®</ng-template>
|
||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>®</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'">™</ng-template>
|
||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>™</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'">®</ng-template>
|
||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>®</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'">™</ng-template>
|
||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"><sup>™</sup></ng-template>
|
||||
}
|
||||
</p>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue