Skip to content

Commit 03df869

Browse files
committed
Deleted css options for the dark mode diagram
1 parent a4df402 commit 03df869

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

styles/global.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -306,21 +306,7 @@ pre.code-box,
306306
margin-bottom: var(--spacing-sm);
307307
}
308308
}
309-
.light-mode-diagram {
310-
display: block;
311-
}
312309

313-
.dark-mode-diagram {
314-
display: none;
315-
}
316-
317-
.dark-theme .light-mode-diagram {
318-
display: none;
319-
}
320-
321-
.dark-theme .dark-mode-diagram {
322-
display: block;
323-
}
324310

325311
.experimental, .deprecated {
326312
background-color: var(--bg-yellow);

0 commit comments

Comments
 (0)