fix: 다운로드 버튼 hover 색상 일관성 (a.ic-btn color inherit)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 13:06:52 +09:00
parent 96191b2d7c
commit 6958714021

View File

@@ -23,6 +23,8 @@
.ic-btn--danger { background: rgba(239,68,68,.15); color: #ef4444; } .ic-btn--danger { background: rgba(239,68,68,.15); color: #ef4444; }
.ic-btn--danger:hover { background: rgba(239,68,68,.25); } .ic-btn--danger:hover { background: rgba(239,68,68,.25); }
.ic-btn--sm { padding: 4px 10px; font-size: 0.75rem; } .ic-btn--sm { padding: 4px 10px; font-size: 0.75rem; }
a.ic-btn { color: inherit; }
a.ic-btn:hover { color: inherit; }
.ic-spinner { width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.3); border-top-color: #fff; border-radius: 50%; animation: ic-spin .6s linear infinite; display: inline-block; } .ic-spinner { width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.3); border-top-color: #fff; border-radius: 50%; animation: ic-spin .6s linear infinite; display: inline-block; }
@keyframes ic-spin { to { transform: rotate(360deg); } } @keyframes ic-spin { to { transform: rotate(360deg); } }