Laurent Hazart 1 maand geleden
bovenliggende
commit
031b8eb5f1
1 gewijzigde bestanden met toevoegingen van 8 en 5 verwijderingen
  1. 8 5
      blog/templates/listing.html

+ 8 - 5
blog/templates/listing.html

@@ -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;
 	color: white;
+	text-decoration: none;
 }
 
 /* Responsive */