WIP Nostr links

This commit is contained in:
2024-10-25 01:10:15 +02:00
parent 6ec9f51d77
commit eadc40392a
9 changed files with 82 additions and 23 deletions

View File

@@ -1,4 +1,3 @@
html {
font-size: 16px;
}

View File

@@ -32,7 +32,6 @@ button {
font-family: var(--font-family);
}
code {
background-color: #e8e3da;
color: #027739;
@@ -49,7 +48,7 @@ pre code {
}
dl dt {
color: var(--text-color-discreet)
color: var(--text-color-discreet);
}
hr {
@@ -62,7 +61,7 @@ main header .draft-label {
}
main header .meta .date {
color: var(--text-color-discreet)
color: var(--text-color-discreet);
}
main header .meta .name a {
@@ -70,7 +69,7 @@ main header .meta .name a {
}
main.profile-page .pubkey {
color: var(--text-color-discreet)
color: var(--text-color-discreet);
}
/* Dropdown menu */