From 52f3c19d28d3ce7cdd41d1ab476c332f294696e6 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 11 Jan 2026 09:12:14 +0100 Subject: [PATCH] removed tint from nextcloud --- glance-system/glance.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glance-system/glance.yaml b/glance-system/glance.yaml index 73613fa..c64e166 100644 --- a/glance-system/glance.yaml +++ b/glance-system/glance.yaml @@ -406,6 +406,11 @@ data: background: rgba(226, 146, 255, 0.16); } + /* Remove purple overlay from Nextcloud iframe */ + .widget.widget-type-iframe:has(iframe[src*="nextcloud"])::before { + display: none !important; + } + /* Widget content area */ .widget-content { background-color: transparent !important;