Skip to content

Commit

Permalink
dark fix, comments anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
rystaf committed Apr 20, 2024
1 parent c732776 commit 7edc475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ input[type=text], input[type=password], textarea {
border-color: #333;
color: #ccc;
}
.meta a {
.meta a, .activity .meta a {
color: #6a98af;
}
#mycommunities a {
Expand Down
2 changes: 1 addition & 1 deletion templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<a href="../post/{{.PostID}}/#c{{.CommentID}}">view the rest of the comments</a>
</div>
{{ 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}}
<div>
sorted by:
Expand Down

0 comments on commit 7edc475

Please sign in to comment.