Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Mar 4, 2024
1 parent d03c0d7 commit 53fb1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content-script/dark.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.chat-gpt-container.gpt-dark {
background-image: linear-gradient(to right, #434343 0%, #0d1117 100%);
background-image: linear-gradient(180deg, #434343 0%, #0d1117 100%);
.chat-gpt-card {
color: white;
border-color: #3c4043;
Expand Down
2 changes: 1 addition & 1 deletion src/content-script/light.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.chat-gpt-container.gpt-light {
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
background-image: linear-gradient(180deg, #f5f7fa 0%, #c3cfe2 100%);
.chat-gpt-card {
color: black;
border-color: #dadce0;
Expand Down

0 comments on commit 53fb1ca

Please sign in to comment.