diff --git a/static/css/article.css b/static/css/article.css index 2a2930d..284d4c5 100644 --- a/static/css/article.css +++ b/static/css/article.css @@ -54,17 +54,17 @@ } .datatype-badge { - background: linear-gradient(135deg, #3e9f59, #0b9a33); - color: white; - padding: 8px 16px; - border-radius: 10px; - font-size: 0.85rem; + background-color: #f1f1f1; + color: #333; + border: 1px solid #ddd; + padding: 2px 8px; + border-radius: 999px; + font-size: 0.75rem; font-weight: 500; text-transform: capitalize; white-space: nowrap; - box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3); - border: none; display: inline-block; + box-shadow: none; } .article-meta {