Change every Algorithm name tag's color same to Arrays & Strings's
I'll change all algorithm category tags to use the same orange color as "Arrays & Strings". Let me first check the current category styling in the blog post card.
I've updated both the blog post card and individual blog post page to apply the orange color scheme to all algorithm categories, not just "Arrays & Strings". All category badges now use consistent orange styling with proper contrast for both light and dark modes, creating a unified visual theme across all algorithm posts.
I need to read the blog post page file before making changes to it. Let me read the current content first.
I've updated the blog post page to apply the orange color scheme to all algorithm categories. The category badge now uses consistent orange styling that matches the blog post cards, ensuring a unified visual theme across all algorithm posts regardless of their specific category name.
make hovered color scheme more natural
I've updated the hover color scheme for the tag badges to be more natural. The hover effect now uses a slightly darker background (hover:bg-slate-400) with improved text contrast (hover:text-slate-900) in light mode, and appropriate dark mode variants. This creates a more intuitive visual feedback when users hover over the tags, making the interaction feel more polished and natural.
Change /blog/[slug] header style looks alike / pages's one