Skip to content

Commit

Permalink
feat(new-chat): Update ChatGPT logo color to match the accent color a…
Browse files Browse the repository at this point in the history
…nd main heading

- Changed the color of the ChatGPT main logo above prompt cards to the accent color
- Ensured visual consistency with the extension's theme and main heading

Changes summary:
    - Updated the ChatGPT main logo color to match the accent color and main heading.
  • Loading branch information
itsmartashub committed Oct 9, 2024
1 parent 17ab101 commit 58d3293
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sass/elements/_right--new-chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ main [role='presentation'] {
}
}

h1 {
color: var(--c-accent);
h1,
.text-token-text-primary > div.flex-shrink-0 > svg[role='img'] {
color: var(--c-accent) !important;
}
}

Expand Down

0 comments on commit 58d3293

Please sign in to comment.