Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2024
1 parent 7473b7a commit 26575c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/chatgpt/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,14 +418,14 @@
.\!bg-gray-200 {
background-color: var(--gray-200) !important;
}

.btn-blue {
background-color: @blue;
color: @crust;
&:hover {
background-color: darken(@blue, 5%);
}

&:hover {
background-color: darken(@blue, 5%);
}
}

.bg-[\#0077FF],
Expand Down

0 comments on commit 26575c3

Please sign in to comment.