dark fix, comments anchor

This commit is contained in:
Ryan Stafford 2024-04-20 15:34:06 -04:00
parent c7327766a3
commit 7edc475420
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ input[type=text], input[type=password], textarea {
border-color: #333; border-color: #333;
color: #ccc; color: #ccc;
} }
.meta a { .meta a, .activity .meta a {
color: #6a98af; color: #6a98af;
} }
#mycommunities a { #mycommunities a {

View file

@ -79,7 +79,7 @@
<a href="../post/{{.PostID}}/#c{{.CommentID}}">view the rest of the comments</a> <a href="../post/{{.PostID}}/#c{{.CommentID}}">view the rest of the comments</a>
</div> </div>
{{ else }} {{ else }}
<div class="commentmenu"> <div id="comments" class="commentmenu">
{{if .Comments}}{{if gt .Page 1}}(page {{ .Page }}) {{else if lt (index .Posts 0).Counts.Comments .CommentCount }}all{{else}}top{{end}} {{.CommentCount}} comments{{else}} no comments (yet){{end}} {{if .Comments}}{{if gt .Page 1}}(page {{ .Page }}) {{else if lt (index .Posts 0).Counts.Comments .CommentCount }}all{{else}}top{{end}} {{.CommentCount}} comments{{else}} no comments (yet){{end}}
<div> <div>
sorted by: sorted by: