mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): add post count and highlight functionality to u/address
This commit is contained in:
@@ -66,6 +66,14 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.userAddress {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.postDesktop .userAddress:hover {
|
||||
color: var(--button-desktop-text-color-hover);
|
||||
}
|
||||
|
||||
.postDesktop .subject {
|
||||
color: var(--post-subject-text-color);
|
||||
font-weight: var(--post-subject-font-weight);
|
||||
|
||||
Reference in New Issue
Block a user