add nostr resources
This commit is contained in:
parent
1305370561
commit
ed88c3837b
31 changed files with 1890 additions and 267 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue