Skip to content

Commit 60c378d

Browse files
asimoneclaude
andcommitted
Invert Ko-fi hover: dim by default, full brightness on hover
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 43f696e commit 60c378d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,10 @@
312312
background: var(--bg);
313313
text-decoration: none;
314314
white-space: nowrap;
315+
opacity: .7;
315316
transition: opacity .15s;
316317
}
317-
.kofi-btn:hover { opacity: .85; }
318+
.kofi-btn:hover { opacity: 1; }
318319
.footer-sep {
319320
color: var(--border);
320321
user-select: none;

0 commit comments

Comments
 (0)