This commit is contained in:
2024-10-28 15:01:17 +01:00
parent cea96e170d
commit 1e081c83e5
9 changed files with 101 additions and 5 deletions

View File

@@ -142,6 +142,14 @@ main article footer {
margin-top: 5rem;
}
main article footer .actions {
margin-bottom: 3rem;
}
main article footer p {
font-size: 1rem;
}
.nip05 .verified,
.nip05 .not-verified {
margin-left: 0.3rem;

View File

@@ -76,6 +76,17 @@ main.profile-page .pubkey {
color: var(--text-color-discreet);
}
main article footer a,
main article footer a:visited {
text-decoration: none;
color: var(--text-color-discreet);
}
main article footer a:hover,
main article footer a:active {
text-decoration: underline;
}
.nip05 .verified {
background-color: #e8e3da;
color: #027739;