Verify nip05 address, display status

This commit is contained in:
2024-10-25 17:50:59 +02:00
parent a6517c61a4
commit 4c68be19fe
6 changed files with 85 additions and 4 deletions

View File

@@ -68,10 +68,24 @@ main header .meta .name a {
color: var(--text-color-body);
}
main.profile-page header .nip05 {
color: var(--text-color-discreet);
}
main.profile-page .pubkey {
color: var(--text-color-discreet);
}
.nip05 .verified {
background-color: #e8e3da;
color: #027739;
}
.nip05 .not-verified {
background-color: #e8e3da;
color: #770202;
}
/* Dropdown menu */
.dropdown {