Changeset cbe4f4e in Klonkt
- Timestamp:
- 06/26/2026 10:20:37 AM (2 months ago)
- Branches:
- main
- Children:
- 98688c6
- Parents:
- 72bf38f
- Location:
- src
- Files:
-
- 3 edited
-
assets/css/style.css (modified) (1 diff)
-
views/pages/circle-feed.ejs (modified) (1 diff)
-
views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/style.css
r72bf38f rcbe4f4e 2372 2372 -webkit-tap-highlight-color: rgba(0,0,0,.1); 2373 2373 } 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; } 2374 2380 .grid-tile:hover { transform: scale(0.98); } 2375 2381 .grid-tile-overlay { -
src/views/pages/circle-feed.ejs
r72bf38f rcbe4f4e 85 85 .cirkel-empty { color: var(--ink-muted); text-align: center; margin: 2rem auto; } 86 86 .cirkel-empty a { color: var(--accent); } 87 /* Transparent PNG covers (e.g. logos) sit on white in the Cirkel so they don't88 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; }91 87 </style> -
src/views/shell.ejs
r72bf38f rcbe4f4e 198 198 199 199 <!-- v9 stylesheet (full palette system) --> 200 <link rel="stylesheet" href="/assets/css/style.css?v=5 1">200 <link rel="stylesheet" href="/assets/css/style.css?v=52"> 201 201 202 202 <!-- Audio player styles: loaded on every page so the mini-player works
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)