mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): add user ID with color specific to user address
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user