Changeset 7f46817d in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/15/2026 03:27:41 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
d54dade
Parents:
3e86f1c
Message:

style: Spotify embed in a white rounded box (border + shadow)

Spotify card gets a white border, rounded corners, and a light shadow so
the (dark) Spotify player sits as a neat box on the page. Facade text
forced dark so it stays readable on the white surface, regardless of theme.
embed.css cache-buster v=1 -> v=2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r3e86f1c r7f46817d  
    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=1">
     172<link rel="stylesheet" href="/assets/css/embed.css?v=2">
    173173
    174174<%- include('partials/shared-styles') %>
Note: See TracChangeset for help on using the changeset viewer.