try to fix color argument for thumbnails

This commit is contained in:
Til 2026-05-08 07:59:50 +02:00
parent c0a54778df
commit 274ea079a0

View file

@ -6454,7 +6454,7 @@ var thegrid = (function () {
ihref += "&raster";
var accent = getComputedStyle(document.body).getPropertyValue('--a');
ihref += '&a=' + parseColor(accent);
ihref += '&a=' + parseColor(accent).replace(' ', '');
html.push('<a href="' + ohref + '" ref="' + ref +
'" class="' + ac + '" ttt="' + esc(name) + '">' +