Skip to content

Commit

Permalink
dark mode style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Dec 18, 2023
1 parent d4a9da0 commit d2d1c09
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content-script/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -959,4 +959,17 @@
filter: invert(50%);
}

div.followup-question-container .markdown-body {
color: #24292f;
background-color: #e6f5ff;
}

div.scroll-container div.tab.active {
color: #ffffff;
}

form#requestion input#question {
background-color: #ffffff;
}

}
4 changes: 4 additions & 0 deletions src/content-script/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ form#requestion {
}
}


#rcnt {
flex-wrap: nowrap;
}

0 comments on commit d2d1c09

Please sign in to comment.