Changeset 2900f1d in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/19/2026 08:08:06 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
3b6e04a
Parents:
b919a67
Message:

fix: button text unreadable on hover (a:hover overrode accent button text color)

The global a:hover{color:var(--accent)} flipped the text color of every accent
button that is an <a> to the accent color → text = button background = unreadable
(noticeable on sites with a vivid accent, e.g. sound-fabrics #ef2840). Override
added: button anchors keep their own text color on hover (.btn/.epk-btn = ink;
primary/danger/success/feature = white). style.css cache-buster v9->v10.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    rb919a67 r2900f1d  
    163163
    164164<!-- v9 stylesheet (full palette system) -->
    165 <link rel="stylesheet" href="/assets/css/style.css?v=9">
     165<link rel="stylesheet" href="/assets/css/style.css?v=10">
    166166
    167167<!-- Audio player styles: loaded on every page so the mini-player works
Note: See TracChangeset for help on using the changeset viewer.