diff --git a/docs/index.html b/docs/index.html index 7777fc5eb..3e05b96d2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -204,6 +204,9 @@ text-overflow: ellipsis; line-height: 1.4; } .sb-item-meta { font-size: 11px; color: hsl(var(--muted-foreground)); margin-top: 1px; display: flex; gap: 6px; } +.sb-resume { padding: 8px; border-top: 1px solid hsl(var(--border)); } +.sb-resume-btn { width: 100%; display: flex; align-items: center; gap: 8px; padding: 6px 8px; border: none; background: none; border-radius: 6px; cursor: pointer; transition: all .12s; color: hsl(var(--muted-foreground)); font: inherit; font-size: 13px; } +.sb-resume-btn:hover { color: hsl(var(--foreground)); background: hsl(var(--muted) / .5); } .sb-footer { padding: 12px 16px; border-top: 1px solid hsl(var(--border)); transition: border-color .2s; } .sb-footer a { color: hsl(var(--muted-foreground)); text-decoration: none; font-size: 12px; @@ -639,6 +642,7 @@