diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 000000000..b35b927af --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,9 @@ +{ + "ExpandedNodes": [ + "", + "\\layouts", + "\\pages" + ], + "SelectedNode": "\\pages\\index.vue", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/postwoman/v15/.suo b/.vs/postwoman/v15/.suo new file mode 100644 index 000000000..d7c99ece5 Binary files /dev/null and b/.vs/postwoman/v15/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 000000000..389da5e19 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/layouts/default.vue b/layouts/default.vue index 6a87b73b3..347e2ebcc 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -120,9 +120,9 @@ // Once the PWA code is initialized, this holds a method // that can be called to show the user the installation // prompt. - showInstallPrompt: null, - logoStyle() { - return "margin-right: 16px;" + (this.$store.state.postwoman.settings.THEME_CLASS ? " filter: invert(100%); -webkit-filter: invert(100%);" : '') + showInstallPrompt: null, + logoStyle() { + return "margin-right: 16px;" + (this.$store.state.postwoman.settings.THEME_CLASS.includes('light') ? " filter: invert(100%); -webkit-filter: invert(100%);" : '') } } },