Compare commits

..

2 Commits

Author SHA1 Message Date
361500b312 wip: login 2024-07-10 23:07:07 +02:00
1746a661bc Update favicon 2024-07-10 23:07:07 +02:00
9 changed files with 8 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -65,8 +65,6 @@
} }
.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;
@ -79,8 +77,16 @@
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));
}
} }

BIN
public/dm_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 799 B

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/favicon_io.zip Normal file

Binary file not shown.