Add user tripcodes

Users can separate their name and a password with ## to create the
illusion of consistent posting.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-20 00:28:02 -07:00
parent 8f4b6d7aea
commit c53111ea60
6 changed files with 54 additions and 7 deletions

View File

@@ -2,7 +2,9 @@
--body: #ededed;
--highlight: #555;
--border-color: #555;
--name: #060;
--quote: #595;
--subject: #333;
--activated: #888;
--post-background: #d9d9d9;
--reply-background: #eee;
@@ -102,13 +104,19 @@ th {
}
.post_subject {
color: var(--subject);
font-weight: bold;
}
.post_name {
color: var(--name);
font-weight: bold;
}
.post_tripcode {
color: var(--name);
}
.post_stats {
float: right;
}