We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3113c commit 9821158Copy full SHA for 9821158
styles/t3-chat/catppuccin.user.less
@@ -212,10 +212,17 @@
212
213
/* Search grounding button */
214
.hover\:bg-pink-500\/10.hover\:text-pink-500\/40:hover {
215
- background-color: fade(@accent, 30%);
+ background-color: fade(@accent, 40%);
216
color: @accent;
217
}
218
219
+ .bg-pink-500\/20 {
220
+ background-color: fade(@accent, 20%);
221
+ & > svg {
222
+ color: @accent !important;
223
+ }
224
225
+
226
/* Tailwind Prose */
227
.prose {
228
--tw-prose-body: @text !important;
0 commit comments