+
RSSHub Radar
@@ -40,9 +41,9 @@ function Siderbar() {
to={link.path}
className={cn(
location.pathname === link.path
- ? "bg-orange-50 text-orange-500"
+ ? "bg-primary/10 text-primary"
: "",
- "px-4 py-3 hover:bg-orange-50 transition-colors rounded-lg flex items-center space-x-2",
+ "px-4 py-3 hover:bg-primary/10 transition-colors rounded-lg flex items-center space-x-2",
)}
>
@@ -52,10 +53,11 @@ function Siderbar() {
))}