Changeset 52badd3 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/15/2026 03:39:37 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
1f01b99
Parents:
d54dade
Message:

style: Spotify box — inner area back to theme colour (white border stays)

The white border/box around the Spotify embed remains, but the interior is
no longer white: bg + overflow inherit from the base card again
(var(--paper-2)) and the facade text uses theme tokens, so it looks correct
in every theme. embed.css v=2 -> v=3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    rd54dade r52badd3  
    170170<link rel="stylesheet" href="/assets/css/audio.css?v=5">
    171171<!-- Eigen custom media-embeds (YouTube/SoundCloud/Spotify) in huisstijl. -->
    172 <link rel="stylesheet" href="/assets/css/embed.css?v=2">
     172<link rel="stylesheet" href="/assets/css/embed.css?v=3">
    173173
    174174<%- include('partials/shared-styles') %>
Note: See TracChangeset for help on using the changeset viewer.