Changeset cbe4f4e in Klonkt for src/assets/css/style.css


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/assets/css/style.css

    r72bf38f rcbe4f4e  
    23722372    -webkit-tap-highlight-color: rgba(0,0,0,.1);
    23732373}
     2374
     2375/* Transparent covers (PNG logos etc.) sit on white everywhere so they don't blend
     2376   into a dark theme. Opaque covers fully cover the white — no visible change. */
     2377.post-cover img,
     2378.post-list-cover img,
     2379.grid-tile:not(.grid-tile-gradient) { background-color: #fff; }
    23742380.grid-tile:hover { transform: scale(0.98); }
    23752381.grid-tile-overlay {
Note: See TracChangeset for help on using the changeset viewer.