No outine on mermaid objects

Steps to reproduce

Paste the following mermaid snippet

flowchart LR
  A(((A)))
  B((B))

Expected result

There should be two circles with with each having an outline but the A circle should have a double outline.

image

Actual result

Two circles with no outline
image

Environment

  • Operating system: Linux (EndeavourOS)
  • Debug info:
SYSTEM INFO:
	Obsidian version: v1.0.0
	Installer version: v1.0.0
	Operating system: #1 SMP PREEMPT_DYNAMIC Sat, 15 Oct 2022 14:00:49 +0000 6.0.2-arch1-1
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: dark
	Community theme: none
	Snippets enabled: 1
	Restricted mode: off
	Plugins installed: 4
	Plugins enabled: 4
		1: Obsidian Git v2.6.0
		2: Advanced Tables v0.17.3
		3: PlantUML v1.6.6
		4: Style Settings v0.4.12

RECOMMENDATIONS:
	Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
	Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.

Additional information

Seems to be caused by the stroke: var(--background-modifier-border); rule on mermaid nodes. Removing that rule is how I got the expected image, but changing it to a more distinct variable colour would be useful so theme authors can still modify it

1 Like