From c0821fcaa501ef717e9fd58dac8a1203b9553bfa Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 15 Oct 2019 12:21:27 -0700 Subject: Adding 8 different themes. - Fixes #276 --- ui/src/components/post.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/components/post.tsx') diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx index 43489327..9e20aa29 100644 --- a/ui/src/components/post.tsx +++ b/ui/src/components/post.tsx @@ -74,7 +74,7 @@ export class Post extends Component { if (this.state.scrolled_comment_id && !this.state.scrolled && lastState.comments.length > 0) { var elmnt = document.getElementById(`comment-${this.state.scrolled_comment_id}`); elmnt.scrollIntoView(); - elmnt.classList.add("mark-two"); + elmnt.classList.add("mark"); this.state.scrolled = true; this.markScrolledAsRead(this.state.scrolled_comment_id); } -- cgit v1.2.3