From ba98e17d2d9859148f7e5f9b16c2ab6e02e726a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 25 May 2026 07:58:18 +0300 Subject: [PATCH] refactor: remove background styles from Mermaid canvas hint for improved clarity and responsiveness --- resources/views/proposals/show.blade.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/views/proposals/show.blade.php b/resources/views/proposals/show.blade.php index 6ccf47a..c165a1d 100644 --- a/resources/views/proposals/show.blade.php +++ b/resources/views/proposals/show.blade.php @@ -281,13 +281,8 @@ align-items: center; justify-content: center; pointer-events: none; - background: rgba(248, 250, 252, 0.55); - backdrop-filter: blur(2px); transition: opacity 0.2s ease; } - .dark .mermaid-canvas-hint { - background: rgba(15, 23, 42, 0.55); - } .mermaid-canvas-hint span { font-size: 0.75rem; font-weight: 600;