Changeset 977f65d in Klonkt for src/views


Ignore:
Timestamp:
06/19/2026 08:25:35 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
ca507ef
Parents:
13b2986
Message:

ui: date/time picker in site theme (dark/light follows toggle) + accent color

color-scheme tied to data-theme (instead of OS preference) so the native date/time
popup is dark on a dark site; accent-color on date/time/datetime inputs → the
highlighted day gets the site accent instead of browser blue; picker icon with
cleaner hover/opacity. (The popup itself stays a browser widget; fonts/borders
not styleable.)
style.css v10->v11.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

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