refactor: remove background styles from Mermaid canvas hint for improved clarity and responsiveness

This commit is contained in:
Ümit Tunç
2026-05-25 07:58:18 +03:00
parent abeed5ae88
commit ba98e17d2d
-5
View File
@@ -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;