This commit is contained in:
Pascal Engélibert 2023-07-13 11:36:31 +02:00
commit 4e8f84480d
48 changed files with 6355 additions and 1192 deletions

9
client-js/style.css Normal file
View file

@ -0,0 +1,9 @@
.comment {
border-left: 2px solid #888;
border-right: 2px solid #888;
padding: 4px;
}
.comment-meta, .comment-meta a, .comment-meta a:visited {
color: #666;
}