feat(card): search spotlight

This commit is contained in:
root
2026-06-02 22:46:47 +10:00
parent c78203f8e4
commit 449e849f4d
3 changed files with 32 additions and 1 deletions

View File

@@ -210,3 +210,4 @@ ul.plain li:last-child { border-bottom: none; }
.sv-bar { height: 5px; border-radius: 3px; background: #221820; overflow: hidden; margin-top: 3px; }
.sv-bar > i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--accent-dim), var(--accent)); transition: box-shadow .35s; }
.sv-card:hover .sv-bar > i { box-shadow: 0 0 9px rgba(255,79,46,.55); }
.sv-search-input{width:100%;background:#0d0d13;border:1px solid var(--border);border-radius:6px;padding:8px 10px;color:var(--text);font-family:var(--font-mono);font-size:12px}