@@ -115,18 +115,21 @@
.article-category {
display: inline-block;
- padding: 0.25rem 0.75rem;
- background: #667eea;
+ padding: 0.5rem 1rem;
+ background: #343a40;
color: white;
- border-radius: 12px;
- font-size: 0.85rem;
+ border-radius: 4px;
+ font-size: 0.9rem;
+ font-weight: 500;
text-decoration: none;
transition: background 0.2s;
+ border: none;
}
.article-category:hover {
- background: #764ba2;
+ background: #23272b;
+ text-decoration: none;
/* Responsive */