refactor: remove background styles from Mermaid canvas hint for improved clarity and responsiveness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user