diff --git a/index.html b/index.html index eeff53c..2a86f16 100644 --- a/index.html +++ b/index.html @@ -161,12 +161,12 @@ .item-desc h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.15rem; } .item-desc p { font-size: 0.85rem; color: var(--text-muted); } - .type-label { + .type-label { font-weight: 400; display: flex; align-items: center; gap: 0.4rem; } + + .safety-text { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 0.5rem; font-size: 0.8rem; font-weight: 600; border: 1px solid currentColor; background: rgba(0,0,0,0.03); } - - .safety-text { font-weight: 400; display: flex; align-items: center; gap: 0.4rem; } .plat-tag { font-size: 0.75rem; background: var(--bg-color); padding: 0.2rem 0.4rem; border-radius: 0.3rem; border: 1px solid var(--border-color); color: var(--text-muted); margin-right: 4px; } .date-val { font-family: monospace; font-size: 0.85rem; color: var(--text-muted); } @@ -254,7 +254,7 @@