Changeset fdfd31b in Klonkt


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

style(cirkel): transparent PNG covers on a white background

Transparent logos (e.g. a remote site's PNG) blended into the dark Cirkel card.
Put a white background-color behind cover tiles/images on the Cirkel page; opaque
covers fully cover it, so only transparent ones change.

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

File:
1 edited

Legend:

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

    ra404018 rfdfd31b  
    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-card img { background-color: #fff; }
    8791</style>
Note: See TracChangeset for help on using the changeset viewer.