Improve mobile layout, add dl lists, add npub to profile

This commit is contained in:
2024-10-22 12:18:36 +02:00
parent 4534147050
commit 3914ca25a1
3 changed files with 54 additions and 3 deletions

View File

@@ -25,6 +25,10 @@ pre code {
color: #ccc;
}
dl dt {
color: #888;
}
main header .meta .date {
color: #888;
}
@@ -33,6 +37,10 @@ main header .meta .name a {
color: #3b3a38;
}
.profile-page .pubkey {
color: #888;
}
/* Dropdown menu */
.dropdown-button {