feat(post): add user ID with color specific to user address

This commit is contained in:
Tom (plebeius.eth)
2024-08-13 18:27:56 +02:00
parent 25722d74a3
commit 8dfe2098ce
4 changed files with 45 additions and 6 deletions
+5 -2
View File
@@ -73,11 +73,14 @@
}
.userAddress {
padding: 0 5px;
border-radius: 6px;
font-size: 0.8em;
cursor: pointer;
}
.postDesktop .userAddress:hover {
color: var(--button-desktop-text-color-hover);
.userAddress:hover {
color: var(--post-quotelink-text-color-hover) !important;
}
.postDesktop .subject {