Changeset cbe4f4e in Klonkt for src/views/pages/circle-feed.ejs


Ignore:
Timestamp:
06/26/2026 10:20:37 AM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
98688c6
Parents:
72bf38f
Message:

style: transparent covers on white everywhere (not just the Cirkel)

Move the white-bg-behind-covers rule from the Cirkel page to global style.css:
.post-cover img / .post-list-cover img / .grid-tile (non-gradient). So any
transparent PNG/WebP cover sits on white on a dark theme, in every feed/post view.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/circle-feed.ejs

    r72bf38f rcbe4f4e  
    8585.cirkel-empty { color: var(--ink-muted); text-align: center; margin: 2rem auto; }
    8686.cirkel-empty a { color: var(--accent); }
    87 /* Transparent PNG covers (e.g. logos) sit on white in the Cirkel so they don't
    88    blend into the dark card. Opaque covers fully cover the white — no change. */
    89 .on-cirkel .grid-tile:not(.grid-tile-gradient) { background-color: #fff; }
    90 .on-cirkel .post-list-cover img { background-color: #fff; }
    9187</style>
Note: See TracChangeset for help on using the changeset viewer.