Skip to content

Commit

Permalink
Remove background from bookmarked answers. Fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jul 18, 2017
1 parent 52b4fd2 commit 82cf805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quora-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
.Modal .modal_content, .answer_editor.on_draft_page .AnswerEditorHeader,
.answer_editor.on_draft_page .form_buttons, .MessagesMain .header,
.MessagesMain .threads_and_messages .threads, .MessagesThreadItem,
.NewInboxThreadComposeMessageBox, .PinnedTopicHeader, .full_bundle {
.NewInboxThreadComposeMessageBox, .PinnedTopicHeader, .full_bundle,
.AnswerReadLaterListItem {
background: transparent !important;
}
.check_wrapper.complete .check, .QuestionMain .right_col_fixable,
Expand Down

0 comments on commit 82cf805

Please sign in to comment.