Fix: SVG Icons mit expliziter weißer Stroke-Farbe

- stroke="currentColor" durch stroke="#ffffff" ersetzt
- Icons sind jetzt garantiert sichtbar

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-05 23:41:26 +01:00
co-authored by Claude Opus 4.5
parent cf74df445b
commit 195bc98791
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ define(['./workbox-6f774a69'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.4r61criari8"
"revision": "0.ehkslekrth"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
+1 -1
View File
File diff suppressed because one or more lines are too long