diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-17 15:31:18 -0500 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-17 15:31:18 -0500 |
commit | 6e95cb64cd5b2e2d55200bf979106f18d395bb97 (patch) | |
tree | 7889f93ec6c13a3148c946bdd8005d7896cb708d /extension/react-app/src/index.css | |
parent | d1819268fb3f6fadbb763ef98cf306ed33add8fb (diff) | |
parent | 96a48d3484b927db4625ece53e393b60d685783e (diff) | |
download | sncontinue-6e95cb64cd5b2e2d55200bf979106f18d395bb97.tar.gz sncontinue-6e95cb64cd5b2e2d55200bf979106f18d395bb97.tar.bz2 sncontinue-6e95cb64cd5b2e2d55200bf979106f18d395bb97.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index 6e33c89c..bac7fe97 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -14,13 +14,13 @@ html, body, #root { height: 100%; - background-color: var(--vsc-background); + background-color: var(--vscode-editor-background); font-family: "Lexend", sans-serif; } body { padding: 0; - color: white; + color: var(--vscode-editor-foreground); padding: 0px; margin: 0px; height: 100%; |