add nostr resources

This commit is contained in:
counterweight 2025-02-19 14:11:44 +01:00
parent 1305370561
commit ed88c3837b
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
31 changed files with 1890 additions and 267 deletions

View file

@ -26,7 +26,8 @@ h1 {
}
.invite-card-content {
margin: 3% 20%;
margin: 3% 5%;
padding: 0 10%;
}
.invite-card-content * {
@ -34,7 +35,6 @@ h1 {
text-align: center;
}
.invite-card-popup {
background-color: #369;
border-radius: 1vw;
@ -47,5 +47,19 @@ h1 {
}
.invite-card-popup a:hover {
color: #E1C300;
}
color: #e1c300;
}
.invite-card-content #nostr-signup {
width: 20vw;
background: #a915ff;
border-radius: 1vw;
border: 0;
color: white;
font-weight: bold;
padding: 1%;
}
#nostr-signup p {
font-size: 1.5rem;
}