From 58909c68dada94c1e9839cc60860cc1fd89ce622 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 8 May 2026 01:13:42 +0200 Subject: [PATCH] fix default accent colors for last commit --- copyparty/ico.py | 3 ++- copyparty/web/browser.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/copyparty/ico.py b/copyparty/ico.py index 021a2c4a..5c33a8fd 100644 --- a/copyparty/ico.py +++ b/copyparty/ico.py @@ -149,7 +149,8 @@ class Ico(object): svg = """\ - + """ svg = svg.format(accent) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index f6004c1b..936bd79d 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -6448,7 +6448,7 @@ var thegrid = (function () { ihref += "&raster"; var accent = getComputedStyle(document.body).getPropertyValue('--a'); - ihref += '&a=' + accent; + ihref += '&a=' + parseColor(accent); html.push('' +