diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-17 12:05:03 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-17 12:05:03 -0700 |
commit | 79b4da7e0afe773d161d2e50688dd31791efa1e1 (patch) | |
tree | 44e119503bbb8fc23ef824581786a7d4d8efff6a /extension/react-app/src/index.css | |
parent | a6e5bb82f8fdcc1dc6f07776f3a63d6b078d006c (diff) | |
download | sncontinue-79b4da7e0afe773d161d2e50688dd31791efa1e1.tar.gz sncontinue-79b4da7e0afe773d161d2e50688dd31791efa1e1.tar.bz2 sncontinue-79b4da7e0afe773d161d2e50688dd31791efa1e1.zip |
match vscode color theme
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%; |