Skip to content

Commit fd72148

Browse files
committed
fix(t3-chat): Chat hover color in sidebar
1 parent 4b1600d commit fd72148

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

styles/t3-chat/catppuccin.user.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@
6767
background-color: fade(@accent-color, 30%);
6868
}
6969

70-
/* Override common UI elements */
70+
71+
.hover\:bg-\[\#2D2D2D\]\/50:hover {
72+
background-color: @crust;
73+
}
74+
7175
.bg-neutral-800,
7276
.bg-gray-800,
7377
.bg-gray-950,

0 commit comments

Comments
 (0)