diff --git a/website/static/style.css b/website/static/style.css index da7652f..ce2f607 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -347,6 +347,12 @@ th[data-sort].sort-asc::after { white-space: nowrap; } +.tag-source { + background: var(--bg-input); + color: var(--text-muted); + font-weight: 600; +} + /* === Arrow Column === */ .col-arrow { width: 2.5rem; diff --git a/website/templates/index.html b/website/templates/index.html index dc5fd55..92942ef 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -84,7 +84,7 @@