diff --git a/client/themes/default/scss/app.scss b/client/themes/default/scss/app.scss index d1aa2ce9..62d240da 100644 --- a/client/themes/default/scss/app.scss +++ b/client/themes/default/scss/app.scss @@ -764,16 +764,19 @@ .diagram { margin-top: 1rem; overflow: auto; + svg:first-child { direction: ltr; } - // Apply color scheme from wiki.js svg { - color-scheme: light !important; - } - @at-root .theme--dark & { - svg { + color-scheme: light; + + &:first-child { + direction: ltr; + } + + @at-root .theme--dark & { color-scheme: dark !important; } }