Compare commits

..

1 Commits

Author SHA1 Message Date
568712b241 wip: login 2024-07-10 09:45:15 +02:00
9 changed files with 2 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 449 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -65,6 +65,8 @@
} }
.login { .login {
background-color: var(--lightning-color);
color: var(--black);
width: fit-content; width: fit-content;
margin: 0 auto; margin: 0 auto;
padding: 0.25em 1em; padding: 0.25em 1em;
@ -77,16 +79,8 @@
color: var(--black); color: var(--black);
} }
.lightning:hover {
filter: brightness(125%) drop-shadow(0 0 0.33rem var(--lightning-color));
}
.nostr { .nostr {
background-color: var(--nostr-color); background-color: var(--nostr-color);
color: var(--white); color: var(--white);
} }
.nostr:hover {
filter: brightness(125%) drop-shadow(0 0 0.33rem var(--nostr-color));
}
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 B

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.