Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
visibility: hidden;
}

button:not(.clickable-icon) {
/* Scoped to .tldraw-view-root so it only overrides Obsidian's button color inside
tldraw, instead of leaking to every button in the app (e.g. Settings, Notices). #203 */
.tldraw-view-root button:not(.clickable-icon) {
color: currentColor;
}

Expand Down