Skip to content

Commit

Permalink
fix(chatgpt): limit alert bg and middle pricing panel (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish0kumar authored Jan 10, 2025
1 parent b069b37 commit 250ac57
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions styles/chatgpt/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
}

.border-green-600 {
border-color: @green;
border-color: @accent;
}

.border-orange-400 {
Expand Down Expand Up @@ -414,10 +414,6 @@
}

/* Backgrounds */
.bg-token-main-surface-primary {
background-color: var(--main-surface-primary);
}

.\!bg-brand-purple {
background-color: @accent !important;
}
Expand Down Expand Up @@ -614,7 +610,7 @@
}

.bg-green-600 {
background-color: @green;
background-color: fade(@accent, 10%);
}

.bg-orange-500 {
Expand Down Expand Up @@ -790,7 +786,7 @@
}

.text-green-600 {
color: @green;
color: @accent;
}

.text-green-700 {
Expand Down

0 comments on commit 250ac57

Please sign in to comment.