diff --git a/client/demo/.vscode/settings.json b/client/demo/.vscode/settings.json new file mode 100644 index 00000000..78cfadb7 --- /dev/null +++ b/client/demo/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.associations": { + "*.css": "postcss" + }, + "workbench.colorCustomizations": { + "tab.activeBackground": "#65952acc" + } +}