Update style.css (#282)

Add cursor pointer on hover of summary bar
This commit is contained in:
George Roubos 2021-09-20 05:00:07 +10:00 committed by GitHub
parent 1ff725ba2e
commit 567556711b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1027,6 +1027,10 @@ a.search_subreddit:hover {
background: var(--foreground);
}
summary.comment_data {
cursor: pointer;
}
.moderator, .admin { opacity: 1; }
.op, .moderator, .admin { font-weight: bold; }