Changeset 7475ff3 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/29/2026 08:51:05 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
fb6819d
Parents:
0343a7a
Message:

style: drop the 0.4px blur on cover thumbnails

  • src/assets/css/style.css — remove filter:blur(.4px) from .grid-tile-img + .post-list-cover img; the server-side thumbnails are already crisp at ~2x display size, so the smoothing band-aid only softened them
  • src/views/shell.ejs — bump style.css buster v62 -> v63

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r0343a7a r7475ff3  
    205205
    206206<!-- v9 stylesheet (full palette system) -->
    207 <link rel="stylesheet" href="/assets/css/style.css?v=62">
     207<link rel="stylesheet" href="/assets/css/style.css?v=63">
    208208<script>
    209209/* iOS safe-area, built by hand. env(safe-area-inset-top) resolves to 0 on this iOS in
Note: See TracChangeset for help on using the changeset viewer.