Initial commit
This commit is contained in:
12
.obsidian/snippets/tldraw-transparency.css
vendored
Normal file
12
.obsidian/snippets/tldraw-transparency.css
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Targeted transparency for the tldraw Obsidian plugin */
|
||||
.workspace-leaf-content[data-type="tldraw"] .tl-container,
|
||||
.workspace-leaf-content[data-type="tldraw"] .tl-background,
|
||||
.workspace-leaf-content[data-type="tldraw"] .tl-canvas {
|
||||
background-color: transparent !important;
|
||||
--tl-color-background: transparent !important;
|
||||
}
|
||||
|
||||
/* Optional: Removes the border around the drawing area */
|
||||
.workspace-leaf-content[data-type="tldraw"] .tl-wrapper {
|
||||
border: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user